mirror of
git://holbrook.no/eth-address-index
synced 2026-05-15 09:17:14 +02:00
Include signer fix without spammy logs
This commit is contained in:
@@ -83,6 +83,10 @@ def main():
|
||||
c.functions.addDeclaration(args.address, args.declaration).buildTransaction,
|
||||
],
|
||||
)
|
||||
|
||||
if block_last:
|
||||
helper.wait_for()
|
||||
|
||||
print(tx_hash)
|
||||
|
||||
|
||||
|
||||
@@ -87,7 +87,9 @@ def main():
|
||||
],
|
||||
force_wait=True,
|
||||
)
|
||||
rcpt = w3.eth.getTransactionReceipt(tx_hash)
|
||||
|
||||
if block_last:
|
||||
helper.wait_for()
|
||||
|
||||
print(rcpt.contractAddress)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user