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,