From bf13b58a9d2e49779a3b99c3bd5a72dbc7575041 Mon Sep 17 00:00:00 2001 From: Jack <87960263+ylmin@users.noreply.github.com> Date: Mon, 30 Oct 2023 14:37:09 +0800 Subject: [PATCH] docs: incorrect link reference in 02_deposit.md (#340) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # What ❔ - Change link for Contract docs in 02_deposit.md. ## Why ❔ - The previous link is 404'ing ## Checklist - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x] Code has been formatted via `zk fmt` and `zk lint`. --- docs/advanced/02_deposits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/02_deposits.md b/docs/advanced/02_deposits.md index aa38a5f7eb9..9d9ac4d526b 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