Fixing error log on inactive wallet
This commit is contained in:
parent
3f65fc014e
commit
90236fb537
@ -40,7 +40,6 @@ def refresh_whitelist(whitelist: List[str]) -> List[str]:
|
||||
continue
|
||||
if not status['IsActive']:
|
||||
sanitized_whitelist.remove(pair)
|
||||
else:
|
||||
logger.info(
|
||||
'Ignoring %s from whitelist (reason: %s).',
|
||||
pair, status.get('Notice') or 'wallet is not active'
|
||||
|
Loading…
Reference in New Issue
Block a user