Include signer fix without spammy logs

This commit is contained in:
nolash
2021-01-14 11:23:20 +01:00
parent 8f9834105d
commit 4dea83e81a
3 changed files with 9 additions and 3 deletions

View File

@@ -83,6 +83,10 @@ def main():
c.functions.addDeclaration(args.address, args.declaration).buildTransaction,
],
)
if block_last:
helper.wait_for()
print(tx_hash)

View File

@@ -87,7 +87,9 @@ def main():
],
force_wait=True,
)
rcpt = w3.eth.getTransactionReceipt(tx_hash)
if block_last:
helper.wait_for()
print(rcpt.contractAddress)