Show simulation note also in restserver

This commit is contained in:
Matthias
2019-12-15 10:41:57 +01:00
parent c741b67c3c
commit 23d467eb0d
2 changed files with 4 additions and 1 deletions

View File

@@ -348,6 +348,7 @@ class RPC:
'total': total,
'symbol': symbol,
'value': value,
'note': 'Simulated balances' if self._freqtrade.config.get('dry_run', False) else ''
}
def _rpc_start(self) -> Dict[str, str]: