diff --git a/Cargo.lock b/Cargo.lock index dceda91a08..677aa0ce46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -576,7 +576,7 @@ dependencies = [ [[package]] name = "cfxcore" -version = "0.1.1" +version = "0.2.2" dependencies = [ "anyhow", "async-trait", @@ -733,7 +733,7 @@ dependencies = [ [[package]] name = "client" -version = "0.1.0" +version = "0.2.2" dependencies = [ "app_dirs", "blockgen", @@ -818,7 +818,7 @@ dependencies = [ [[package]] name = "conflux" -version = "0.1.1" +version = "0.2.2" dependencies = [ "app_dirs", "blockgen", diff --git a/client/src/rpc/impls/alliance.rs b/client/src/rpc/impls/alliance.rs index 795b02e022..60634bd0ff 100644 --- a/client/src/rpc/impls/alliance.rs +++ b/client/src/rpc/impls/alliance.rs @@ -45,7 +45,7 @@ impl RpcImpl { pub fn new( _consensus: SharedConsensusGraph, sync: SharedSynchronizationService, block_gen: Arc, tx_pool: SharedTransactionPool, - _config: RpcImplConfiguration, executor: Arc, + _config: RpcImplConfiguration, ) -> Self { RpcImpl {