diff --git a/wallet/src/wallet.rs b/wallet/src/wallet.rs index 2158e69ede..2389be40ec 100644 --- a/wallet/src/wallet.rs +++ b/wallet/src/wallet.rs @@ -788,7 +788,7 @@ fn get_next_blockhash( rpc_client: &RpcClient, previous_blockhash: &Hash, ) -> Result> { - let mut next_blockhash_retries = 3; + let mut next_blockhash_retries = 10; loop { let next_blockhash = get_recent_blockhash(rpc_client)?; if cfg!(not(test)) {