Skip to content

Commit

Permalink
Recurring atomics: add gid of ao (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytroshch authored Sep 7, 2023
1 parent deac467 commit 1983b4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = async (server, ws, msg) => {
algoOrderId: recurringAlgoOrderId
}
)
send(ws, ['data.recur_ao_atomic_orders', 'bitfinex', mode, orders])
send(ws, ['data.recur_ao_atomic_orders', 'bitfinex', mode, gid, orders])
} catch (e) {
sendStatus('failed')
sendError(ws, e.message, e.i18n)
Expand Down

0 comments on commit 1983b4d

Please sign in to comment.