added stake value to status as well

This commit is contained in:
Gert Wohlgemuth
2018-05-02 22:45:47 -07:00
parent fd3dcea2b4
commit 3e21818ee0
2 changed files with 3 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ def test_rpc_trade_status(default_conf, ticker, mocker) -> None:
'*Close Rate:* `None`\n'
'*Current Rate:* `0.00001098`\n'
'*Close Profit:* `None`\n'
'*Stake Value:* `0.000999`\n'
'*Current Profit:* `-0.59%`\n'
'*Open Order:* `(LIMIT_BUY rem=0.00000000)`'
]