Skip to content

Commit

Permalink
PlaceOrder: remove hard code timeinforce=1
Browse files Browse the repository at this point in the history
  • Loading branch information
zj authored and notatestuser committed Mar 8, 2019
1 parent 9ae931f commit 4d53e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export class BncClient {
sender: address,
side: placeOrderMsg.side,
symbol: placeOrderMsg.symbol,
timeinforce: 1,
timeinforce: timeinforce,
}

return await this._sendTransaction(placeOrderMsg, signMsg, address, sequence, "", true)
Expand Down

0 comments on commit 4d53e6c

Please sign in to comment.