From 73979d8f5a1c9668a92dfe1437aabe0eeab07646 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 1 Feb 2019 22:21:02 -0800 Subject: [PATCH] Remove sleep, fund the vote account faster --- fullnode/src/main.rs | 1 - 1 file changed, 1 deletion(-) 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)); } }