bitfinexcom / bitfinex-api-go

BITFINEX Go trading API - Bitcoin, Litecoin, and Ether exchange
https://www.bitfinex.com/
MIT License
309 stars 220 forks source link

Fix/nonce #226

Closed Daniel1984 closed 3 years ago

Daniel1984 commented 3 years ago

Description:

py, rb and go timestamps return 10 char long value vs node 13. To match node, 1000 was added to all other libs. Someone also added it to node lib too breaking the flow again. py lib has it fixed by 1000000, so adding to go and rb libs

Fixes:

PR status: