diff --git a/core/src/replicator.rs b/core/src/replicator.rs index 55e0eba17..b573f905c 100644 --- a/core/src/replicator.rs +++ b/core/src/replicator.rs @@ -460,7 +460,7 @@ impl Replicator { > 0 ); - let blockhash = self + let (blockhash, _) = self .client .get_recent_blockhash() .expect("No recent blockhash");