Skip to content

Commit 7be371a

Browse files
committed
fix broken build
1 parent fc58def commit 7be371a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

orchestrator/src/core/config.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ use crate::{
4242
OrchestratorError, OrchestratorResult,
4343
};
4444

45-
use blockifier::blockifier_versioned_constants::VersionedConstants;
4645
use crate::types::batch::AggregatorBatchWeights;
46+
use blockifier::blockifier_versioned_constants::VersionedConstants;
4747
use blockifier::bouncer::BouncerWeights;
4848

4949
/// Starknet versions supported by the service
@@ -235,7 +235,6 @@ impl Config {
235235
bouncer_weights_limit: Self::load_bouncer_weights_limit(&run_cmd.bouncer_weights_limit_file)?,
236236
versioned_constants,
237237
aggregator_batch_weights_limit: AggregatorBatchWeights::from(&bouncer_weights_limit),
238-
bouncer_weights_limit,
239238
};
240239
let rpc_client = JsonRpcClient::new(HttpTransport::new(params.madara_rpc_url.clone()));
241240
let feeder_gateway_client = RestClient::new(params.madara_feeder_gateway_url.clone());

0 commit comments

Comments
 (0)