Add simple test for #buy header

This commit is contained in:
Matthias
2022-01-21 07:04:25 +01:00
parent 3925e8a7e3
commit d02acb21c2
2 changed files with 7 additions and 1 deletions

View File

@@ -242,7 +242,7 @@ class RPC:
trade.id,
trade.pair + ('*' if (trade.open_order_id is not None
and trade.close_rate_requested is None) else '')
+ ('**' if (trade.close_rate_requested is not None) else ''),
+ ('**' if (trade.close_rate_requested is not None) else ''),
shorten_date(arrow.get(trade.open_date).humanize(only_distance=True)),
profit_str
]