btcchina icon indicating copy to clipboard operation
btcchina copied to clipboard

_tradeRequest function makes error when requests sellOrder2

Open anhvu980 opened this issue 8 years ago • 0 comments

The line 112 should be updated as below: var qs = querystring.stringify(args).replace(/~/g, ','); Instead of : var qs = querystring.stringify(args).replace('~', ',');

Because the replace function only replace the first ~ of the string. Please check and fix if I'm correct.

Regards

anhvu980 avatar Sep 14 '16 04:09 anhvu980