mirror of
git://holbrook.no/eth-accounts-index
synced 2024-11-24 18:06:45 +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)
|
print(address)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = eth-accounts-index
|
name = eth-accounts-index
|
||||||
version = 0.0.10a1
|
version = 0.0.10a2
|
||||||
description = Accounts index evm contract tooling with permissioned writes
|
description = Accounts index evm contract tooling with permissioned writes
|
||||||
author = Louis Holbrook
|
author = Louis Holbrook
|
||||||
author_email = dev@holbrook.no
|
author_email = dev@holbrook.no
|
||||||
|
Loading…
Reference in New Issue
Block a user