Remove hardcoded value

This commit is contained in:
nolash 2021-07-07 17:42:47 +02:00
parent 3f6fbc1c61
commit 2c0f65ed73
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746

View File

@ -17,7 +17,7 @@ class Api(ApiBase):
'cic_eth_aux.erc20_demurrage_token.get_adjusted_balance', 'cic_eth_aux.erc20_demurrage_token.get_adjusted_balance',
[ [
token_symbol, token_symbol,
1000, balance,
timestamp, timestamp,
], ],
queue=None, queue=None,