Remove sleep, fund the vote account faster
This commit is contained in:
parent
f90d96367d
commit
73979d8f5a
|
@ -106,7 +106,6 @@ fn create_and_fund_vote_account(
|
|||
info!("Failed to send vote_account_new transaction: {:?}", e);
|
||||
}
|
||||
};
|
||||
sleep(Duration::from_secs(2));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue