Skip to content

Commit

Permalink
Fix mistake with order
Browse files Browse the repository at this point in the history
  • Loading branch information
kleninmaxim committed May 17, 2022
1 parent 12f9ecf commit 19a970c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/balancer_by_market_order.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
'market',
'buy',
$precisions['amount_increment'] * floor(($sum_usdt / $orderbooks[$assets_label['common'] . '/USDT'][EXCHANGE]['bids'][0][0]) / $precisions['amount_increment']),
0,
$orderbooks[$assets_label['common'] . '/USDT'][EXCHANGE]['bids'][0][0],
'Create Balancer order'
)
);
Expand Down

0 comments on commit 19a970c

Please sign in to comment.