Skip to content

Commit

Permalink
Wait for tx receipt
Browse files Browse the repository at this point in the history
  • Loading branch information
sveitser committed Aug 10, 2018
1 parent 54e81b7 commit 0f6dd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/conftest.py
Expand Up @@ -204,7 +204,7 @@ def eth_channel(
{"from": acting_party.address, "gas": GAS}
)

receipt = web3.eth.getTransactionReceipt(tx_hash)
receipt = check_tx(web3, tx_hash)
channel_id = web3.toInt(hexstr=receipt.logs[0].data)

return EthChannel(
Expand Down

0 comments on commit 0f6dd15

Please sign in to comment.