Skip to content

Commit

Permalink
docs: incorrect link reference in 02_deposit.md (#340)
Browse files Browse the repository at this point in the history
# What ❔

- Change link for Contract docs in 02_deposit.md.

## Why ❔

- The previous link is 404'ing

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [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`.
  • Loading branch information
ylmin authored Oct 30, 2023
1 parent b00c461 commit bf13b58
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-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
Expand Down

0 comments on commit bf13b58

Please sign in to comment.