FIx failing test

This commit is contained in:
Matthias
2020-07-20 19:11:15 +02:00
parent 28f4a1101e
commit 4c97527b04
2 changed files with 2 additions and 4 deletions

View File

@@ -506,8 +506,6 @@ class Telegram(RPC):
:param update: message update
:return: None
"""
stake_cur = self._config['stake_currency']
fiat_disp_cur = self._config.get('fiat_display_currency', '')
try:
nrecent = int(context.args[0])
except (TypeError, ValueError, IndexError):