gferrin / bitfinex

node.js wrapper for bitfinex cryptocurrency exchange
25 stars 20 forks source link

Millisecond level nonce #19

Closed anders94 closed 9 years ago

anders94 commented 9 years ago

Bitfinex seems to support milisecond-level nonce.

This is simpler to generate and will likely avoid many "nonce too small" type errors.

gferrin commented 9 years ago

Hi Anders. Thanks for the pull request. Big fan of circle.

anders94 commented 9 years ago

Thanks for your work on this as well.