cryptoeax / arbbot

Arbitrator, a bitcoin/altcoin arbitrage trading bot
https://gitter.im/cryptoeax-arbbot/Lobby
GNU General Public License v3.0
199 stars 78 forks source link

Poloniex sometimes doesn't return pending deposits #50

Closed cryptoeax closed 6 years ago

cryptoeax commented 6 years ago

This happens for at least BTC and it messes up the return value of getWalletsConsideringPendingDeposits().

cryptoeax commented 6 years ago

https://github.com/cryptoeax/arbbot/tree/pending_deposits fixes this. I'm currently testing this, and will soon merge it to production... Feel free to switch to this branch for testing, it should be stable for testing and is much faster than production!

cryptoeax commented 6 years ago

Should be fixed on production now...

cryptoeax commented 6 years ago

Some more merging is yet to be done actually...

cryptoeax commented 6 years ago

This is fixed on production now.