You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok I realized that is related to the old version on npm. Would be great if a new release would be made. Otherwise the Nonce will make the API requests fail. Math.ceil((new Date()).getTime() / 1000); becomes -> this.nonce = new Date().getTime();
main code
Bitfinex class
I only have one process running. The Api is currently queried every 3s and there are (at the moment) no other queries in
async.parallel
.I get on the first API call of
wallet_balances
the errNonce is too small
I even get this, when I move all out of the
class
and theinterval
function, e.g.Node v:
6.2.1
The text was updated successfully, but these errors were encountered: