erc20-demurrage-token

ERC20 token with redistributed continual demurrage
Log | Files | Refs | README

commit 2c1b7cbb1efda0e6cb066cb3f1417ce92fd8378a
parent d8f9fedecf2cc0dad4294d8b6b4c6c4878bb08ef
Author: nolash <dev@holbrook.no>
Date:   Wed,  9 Jun 2021 16:10:34 +0200

Fix result block flag

Diffstat:
Mpython/erc20_demurrage_token/runnable/deploy.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/erc20_demurrage_token/runnable/deploy.py b/python/erc20_demurrage_token/runnable/deploy.py @@ -70,8 +70,8 @@ if args.vv: elif args.v: logg.setLevel(logging.INFO) -block_last = args.w block_all = args.ww +block_last = args.w or block_all # process config config = confini.Config(args.c)