diff --git a/fullnode/src/main.rs b/fullnode/src/main.rs index 80b1cc6c0a..75cd81037d 100644 --- a/fullnode/src/main.rs +++ b/fullnode/src/main.rs @@ -106,7 +106,6 @@ fn create_and_fund_vote_account( info!("Failed to send vote_account_new transaction: {:?}", e); } }; - sleep(Duration::from_secs(2)); } }