erc20-demurrage-token

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

commit 030cfdfc979afc6640fdbbfbe7940d936d204c66
parent 2123341fe93f417dcce11be77d377613d12115ca
Author: nolash <dev@holbrook.no>
Date:   Tue,  8 Jun 2021 16:42:13 +0200

Add amounts test to test script

Diffstat:
Mpython/test.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/python/test.sh b/python/test.sh @@ -10,6 +10,7 @@ for m in ${modes[@]}; do ERC20_DEMURRAGE_TOKEN_TEST_MODE=$m python tests/test_period.py ERC20_DEMURRAGE_TOKEN_TEST_MODE=$m python tests/test_basic.py ERC20_DEMURRAGE_TOKEN_TEST_MODE=$m python tests/test_growth.py + ERC20_DEMURRAGE_TOKEN_TEST_MODE=$m python tests/test_amounts.py done modes=(MultiCap SingleCap)