Skip to content

Commit

Permalink
fix rebase conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
JayT106 committed May 29, 2024
1 parent 0fee2d3 commit 6b9dcc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion core/lib/zksync_core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ use anyhow::Context as _;
use api_server::tx_sender::{
deny_list_pool_sink::DenyListPoolSink, master_pool_sink::MasterPoolSink,
};
use fee_model::{ApiFeeInputProvider, BatchFeeModelInputProvider, MainNodeFeeInputProvider};
use prometheus_exporter::PrometheusExporterConfig;
use prover_dal::Prover;
use temp_config_store::Secrets;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ impl WiringLayer for TxSinkLayer {
}
TxSinkLayer::DenyListPoolSink { deny_list } => {
let pool = context
.get_resource::<MasterPoolResource>()
.get_resource::<PoolResource<MasterPool>>()
.await?
.get()
.await?;
Expand Down

0 comments on commit 6b9dcc6

Please sign in to comment.