mirror of
git://holbrook.no/eth-accounts-index
synced 2024-11-05 02:06:46 +01:00
Add optional wait for block at end
This commit is contained in:
parent
b8250373df
commit
ebbbd9f55f
@ -125,6 +125,9 @@ def main():
|
||||
],
|
||||
)
|
||||
|
||||
if block_last or block_all:
|
||||
helper.wait_for()
|
||||
|
||||
print(address)
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user