Skip to content

Commit

Permalink
Merge pull request matter-labs#241 from syuhei176/patch-1
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
popzxc authored Sep 1, 2020
2 parents 2990cfa + 01f58b5 commit fa8df73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,8 +522,8 @@ def tree_updates():
from_account.balance[TransferOp.tx.token] -= (amount + fee)
from_account.nonce += 1

to_acccount.address = TransferToNewOp.to_address
to_acccount.balance[TransferOp.tx.token] += amount
to_account.address = TransferToNewOp.to_address
to_account.balance[TransferOp.tx.token] += amount

fee_account.balance[TransferOp.tx.token] += fee

Expand Down

0 comments on commit fa8df73

Please sign in to comment.