Skip to content

Commit

Permalink
docs: incorrect link reference in 02_deposit.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ylmin authored Oct 27, 2023
1 parent 67c4a0b commit 3232559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/02_deposits.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ The call to requestL2Transaction, is adding the transaction to the priorityQueue

The zk server (that you started with `zk server` command) is listening on events that are emitted from this contract
(via eth_watcher module -
[`loop_iteration` function](https://github.com/matter-labs/zksync-era/blob/main/core/lib/zksync_core/src/eth_watch/mod.rs#L63)
[`loop_iteration` function](https://github.com/matter-labs/zksync-era/blob/main/core/lib/zksync_core/src/eth_watch/mod.rs#L163)
) and adds them to the postgres database (into `transactions` table).

You can actually check it - by running the psql and looking at the contents of the table - then you'll notice that
Expand Down

0 comments on commit 3232559

Please sign in to comment.