Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed Jun 18, 2024
1 parent 6026c42 commit dc0316c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/namada/src/ledger/protocol/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ where
// NOTE: Even if the unshielding was successful we could
// still fail in the transfer (e.g. cause the unshielded
// amount is not enough to cover the fees). In this case we
// want do drop the changes applied by the masp transaction
// want to drop the changes applied by the masp transaction
// and try to drain the fees from the transparent balance.
// Because of this we must NOT propagate errors from within
// this branch
Expand Down Expand Up @@ -754,7 +754,7 @@ where
e
);
if let Error::GasError(_) = e {
// Popagate only if it is a gas error
// Propagate only if it is a gas error
return Err(e);
}

Expand Down

0 comments on commit dc0316c

Please sign in to comment.