mirror of https://github.com/nucypher/nucypher.git
Wait for receipt in global_airdrop
parent
be514a4848
commit
fce814f8d9
|
@ -118,6 +118,8 @@ class TesterBlockchain(TheBlockchain, NucypherMinerConfig):
|
||||||
txhash = self.provider.w3.eth.sendTransaction(tx)
|
txhash = self.provider.w3.eth.sendTransaction(tx)
|
||||||
_receipt = self.provider.w3.eth.waitForTransactionReceipt(txhash)
|
_receipt = self.provider.w3.eth.waitForTransactionReceipt(txhash)
|
||||||
tx_hashes.append(txhash)
|
tx_hashes.append(txhash)
|
||||||
|
for txhash in tx_hashes:
|
||||||
|
self.wait_for_receipt(txhash)
|
||||||
return tx_hashes
|
return tx_hashes
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue