Workaround for invalid / reused nonce in tests.

pull/2439/head
Kieran Prasch 2020-07-06 10:10:14 -07:00 committed by vzotova
parent 616f89b057
commit 90ce32d305
1 changed files with 1 additions and 0 deletions

View File

@ -611,6 +611,7 @@ class BlockchainInterface:
# Broadcast
#
time.sleep(1) # TODO: Avoids race condition from invalid/resused nonce.
emitter.message(f'Broadcasting {transaction_name} Transaction ({cost} ETH @ {price_gwei} gwei)...',
color='yellow')
try: