Add optional wait for block at end

This commit is contained in:
nolash 2021-01-12 00:04:36 +01:00
parent b8250373df
commit ebbbd9f55f
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 4 additions and 1 deletions

View File

@ -125,6 +125,9 @@ def main():
],
)
if block_last or block_all:
helper.wait_for()
print(address)

View File

@ -1,6 +1,6 @@
[metadata]
name = eth-accounts-index
version = 0.0.10a1
version = 0.0.10a2
description = Accounts index evm contract tooling with permissioned writes
author = Louis Holbrook
author_email = dev@holbrook.no