From 2c0f65ed739519a893c3d0777c92d0b1f1b3a6c5 Mon Sep 17 00:00:00 2001 From: nolash Date: Wed, 7 Jul 2021 17:42:47 +0200 Subject: [PATCH] Remove hardcoded value --- .../cic_eth_aux/erc20_demurrage_token/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cic-eth-aux/erc20-demurrage-token/cic_eth_aux/erc20_demurrage_token/api.py b/apps/cic-eth-aux/erc20-demurrage-token/cic_eth_aux/erc20_demurrage_token/api.py index 2ec5cf42..25f30f28 100644 --- a/apps/cic-eth-aux/erc20-demurrage-token/cic_eth_aux/erc20_demurrage_token/api.py +++ b/apps/cic-eth-aux/erc20-demurrage-token/cic_eth_aux/erc20_demurrage_token/api.py @@ -17,7 +17,7 @@ class Api(ApiBase): 'cic_eth_aux.erc20_demurrage_token.get_adjusted_balance', [ token_symbol, - 1000, + balance, timestamp, ], queue=None,