diff --git a/rpc/src/v1/helpers/dispatch.rs b/rpc/src/v1/helpers/dispatch.rs index a27193cfc..b12f26e36 100644 --- a/rpc/src/v1/helpers/dispatch.rs +++ b/rpc/src/v1/helpers/dispatch.rs @@ -246,7 +246,7 @@ impl Dispatcher for LightDispatcher { nonce_future .map_err(|_| errors::no_light_peers()) - .and_then(move |acc| with_nonce(filled, acc.nonce + U256::one())) + .and_then(move |acc| with_nonce(filled, acc.nonce)) .boxed() }