Wait for receipt in global_airdrop

pull/271/head
Michael Egorov 2018-05-14 14:00:45 -04:00 committed by szotov
parent be514a4848
commit fce814f8d9
1 changed files with 2 additions and 0 deletions

View File

@ -118,6 +118,8 @@ class TesterBlockchain(TheBlockchain, NucypherMinerConfig):
txhash = self.provider.w3.eth.sendTransaction(tx)
_receipt = self.provider.w3.eth.waitForTransactionReceipt(txhash)
tx_hashes.append(txhash)
for txhash in tx_hashes:
self.wait_for_receipt(txhash)
return tx_hashes
#