Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
massun-onibakuchi authored Mar 18, 2022
1 parent f958bd5 commit aa02164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ request to upcoming blocks. Complete **PriorityQueue** logic that handles **prio

When a validator commits a block which contains **circuit operations** `deposit`, **deposit onchain operation** for this
deposit is created to verify compliance with priority queue requests. If it succeeds than their count will be added to
**priority requests** count for this block. If the block is verified, **deposit onchain operations** and **deposit
**priority requests** count for this block. If the block is not verified, **deposit onchain operations** and **deposit
priority request** are simply discarded.

If the block is reverted **deposit onchain operations** are siply discarded.
If the block is reverted **deposit onchain operations** are simply discarded.

If ZKSync contract has entered Exodus mode and the block is unverified, the funds held by this blocks' **Deposit
priority requests** are accrued to the owners' **root-chain balances** to make them possible to withdraw. This
Expand Down

0 comments on commit aa02164

Please sign in to comment.