From 5233cf1ca6b2da2f0dcdb863d9d405add458d4f8 Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Fri, 28 Sep 2018 08:20:26 -0600 Subject: [PATCH] Update for new solana-jsonrpc --- ci/test-stable.sh | 1 - src/rpc.rs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/test-stable.sh b/ci/test-stable.sh index 3185705b7e..e2797dd91c 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 271ebda911..56f46d3814 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,