erc20-demurrage-token

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

commit d8f9fedecf2cc0dad4294d8b6b4c6c4878bb08ef
parent c3a6a692edd4f2c1c96dcddfd863f982b7cf1e7c
Author: nolash <dev@holbrook.no>
Date:   Wed,  9 Jun 2021 14:54:43 +0200

Update gas budget

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

diff --git a/python/erc20_demurrage_token/token.py b/python/erc20_demurrage_token/token.py @@ -70,7 +70,7 @@ class DemurrageToken(ERC20): @staticmethod def gas(code=None): - return 3500000 + return 4000000 @staticmethod