diff --git a/ci/test-stable.sh b/ci/test-stable.sh index 3185705b7ec556..e2797dd91c0844 100755 --- a/ci/test-stable.sh +++ b/ci/test-stable.sh @@ -14,7 +14,6 @@ _() { _ cargo fmt -- --check _ cargo build --verbose _ cargo test --verbose -_ cargo clippy -- --deny=warnings echo --- ci/localnet-sanity.sh ( diff --git a/src/rpc.rs b/src/rpc.rs index 271ebda91165dd..56f46d38145991 100644 --- a/src/rpc.rs +++ b/src/rpc.rs @@ -43,7 +43,7 @@ impl JsonRpcService { io.extend_with(rpc.to_delegate()); let server = - ServerBuilder::with_meta_extractor(io, move |_req: &hyper::Request| Meta { + ServerBuilder::with_meta_extractor(io, move |_req: &hyper::Request| Meta { request_processor: request_processor.clone(), transactions_addr, drone_addr,