Skip to content

Commit 9552ad0

Browse files
author
Jon Eyrick
authored
recvWindow also sets timeout on signedRequest, etc
1 parent 65d390c commit 9552ad0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

node-binance-api.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ module.exports = function() {
1818
let depthCache = {};
1919
let ohlcLatest = {};
2020
let klineQueue = {};
21-
let options = {};
2221
let info = {};
2322
let ohlc = {};
24-
let btcValue = 0.00;
23+
let options = {recvWindow:60000};
2524

2625
const publicRequest = function(url, data, callback, method = "GET") {
2726
if ( !data ) data = {};

0 commit comments

Comments
 (0)