Skip to content

Commit

Permalink
chore: remove incorrect branch prompts (matter-labs#594)
Browse files Browse the repository at this point in the history
## What ❔

remove incorrect branch prompts

## 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`.
- [x] Spellcheck has been run via `cargo spellcheck
--cfg=./spellcheck/era.cfg --code 1`.

---------

Co-authored-by: Igor Aleksanov <[email protected]>
  • Loading branch information
oxJean and popzxc authored Dec 5, 2023
1 parent 714a890 commit 8f92aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/gas_and_fees.md
Original file line number Diff line number Diff line change
@@ -127,5 +127,5 @@ There are a few reasons why refunds might be 'larger' on zkSync (i.e., why we mi
https://github.com/matter-labs/zksync-era/blob/main/core/lib/zksync_core/src/l1_gas_price/gas_adjuster/mod.rs#L30
'gas_adjuster'
[get_txs_fee_in_wei]:
https://github.com/matter-labs/zksync-era/blob/d590b3f0965a23eb0011779aab829d86d4fdc1d1/core/bin/zksync_core/src/api_server/tx_sender/mod.rs#L450
https://github.com/matter-labs/zksync-era/blob/714a8905d407de36a906a4b6d464ec2cab6eb3e8/core/lib/zksync_core/src/api_server/tx_sender/mod.rs#L656
'get_txs_fee_in_wei'

0 comments on commit 8f92aae

Please sign in to comment.