Skip to content

Commit

Permalink
Update for new solana-jsonrpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyera Eulberg authored and solana-grimes committed Sep 29, 2018
1 parent d2754fd commit 5233cf1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ci/test-stable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ _() {
_ cargo fmt -- --check
_ cargo build --verbose
_ cargo test --verbose
_ cargo clippy -- --deny=warnings

echo --- ci/localnet-sanity.sh
(
Expand Down
2 changes: 1 addition & 1 deletion src/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<hyper::Body>| Meta {
request_processor: request_processor.clone(),
transactions_addr,
drone_addr,
Expand Down

0 comments on commit 5233cf1

Please sign in to comment.