Remove sleep, fund the vote account faster

This commit is contained in:
Michael Vines 2019-02-01 22:21:02 -08:00
parent f90d96367d
commit 73979d8f5a
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ fn create_and_fund_vote_account(
info!("Failed to send vote_account_new transaction: {:?}", e);
}
};
sleep(Duration::from_secs(2));
}
}