Skip to content

Commit

Permalink
feat: export fee model for the test node (#1030)
Browse files Browse the repository at this point in the history
## What ❔

Export the fee model module for the era test node

## Checklist

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

- [ ] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [ ] Code has been formatted via `zk fmt` and `zk lint`.
- [ ] Spellcheck has been run via `zk spellcheck`.
- [ ] Linkcheck has been run via `zk linkcheck`.
  • Loading branch information
AntonD3 committed Feb 7, 2024
1 parent 4a0e227 commit d1e4774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/zksync_core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pub mod consensus;
pub mod consistency_checker;
pub mod eth_sender;
pub mod eth_watch;
mod fee_model;
pub mod fee_model;
pub mod gas_tracker;
pub mod genesis;
pub mod house_keeper;
Expand Down

0 comments on commit d1e4774

Please sign in to comment.