File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ use crate::{
4242 OrchestratorError , OrchestratorResult ,
4343} ;
4444
45- use blockifier:: blockifier_versioned_constants:: VersionedConstants ;
4645use crate :: types:: batch:: AggregatorBatchWeights ;
46+ use blockifier:: blockifier_versioned_constants:: VersionedConstants ;
4747use 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 ( ) ) ;
You can’t perform that action at this time.
0 commit comments