diff --git a/docs/advanced/02_deposits.md b/docs/advanced/02_deposits.md index aa38a5f7eb96..9d9ac4d526b8 100644 --- a/docs/advanced/02_deposits.md +++ b/docs/advanced/02_deposits.md @@ -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-2-dev/blob/main/core/bin/zksync_core/src/eth_watch/mod.rs#L128]) +[`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