Skip to content

Commit

Permalink
Fix merge error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peilun Li committed Mar 13, 2020
1 parent 4433a79 commit c9b9c9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/src/rpc/impls/alliance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ impl RpcImpl {
pub fn new(
_consensus: SharedConsensusGraph, sync: SharedSynchronizationService,
block_gen: Arc<TGBlockGenerator>, tx_pool: SharedTransactionPool,
_config: RpcImplConfiguration, executor: Arc<Executor>,
_config: RpcImplConfiguration,
) -> Self
{
RpcImpl {
Expand Down

0 comments on commit c9b9c9a

Please sign in to comment.