Add order_type to buy_notification

This commit is contained in:
Matthias
2019-06-17 06:55:30 +02:00
parent b0c5286e8a
commit 475e76b272
3 changed files with 6 additions and 3 deletions

View File

@@ -132,7 +132,7 @@ class Telegram(RPC):
msg['stake_amount_fiat'] = 0
message = ("*{exchange}:* Buying {pair}\n"
"with limit `{limit:.8f}\n"
"at rate `{limit:.8f}\n"
"({stake_amount:.6f} {stake_currency}").format(**msg)
if msg.get('fiat_currency', None):