Merge 16cf7e10bd
into fb49d706d0
This commit is contained in:
commit
bb1f2444c2
@ -346,6 +346,7 @@ def cancel_order(order_id: str, pair: str) -> None:
|
|||||||
@retrier
|
@retrier
|
||||||
def get_order(order_id: str, pair: str) -> Dict:
|
def get_order(order_id: str, pair: str) -> Dict:
|
||||||
if _CONF['dry_run']:
|
if _CONF['dry_run']:
|
||||||
|
global _DRY_RUN_OPEN_ORDERS
|
||||||
order = _DRY_RUN_OPEN_ORDERS[order_id]
|
order = _DRY_RUN_OPEN_ORDERS[order_id]
|
||||||
order.update({
|
order.update({
|
||||||
'id': order_id
|
'id': order_id
|
||||||
|
Loading…
Reference in New Issue
Block a user