Combine dry_run wallet into original Wallets class

This commit is contained in:
Matthias
2019-12-15 09:48:35 +01:00
parent fda8f7e305
commit f0bbc75038
3 changed files with 39 additions and 35 deletions

View File

@@ -335,7 +335,7 @@ class Telegram(RPC):
output = ''
if self._config['dry_run']:
output += (
f"Simulated balances - starting capital: "
f"*Warning:*Simulated balances in Dry Mode.\nStarting capital: "
f"`{self._config['dry_run_wallet']}` {self._config['stake_currency']}.\n"
)
for currency in result['currencies']: