mtheory7 / wyatt

A Java crypto currency trading bot using the Binance API
https://mtheory7.com
45 stars 23 forks source link

This issue was ultimately caused by an update to the Binance API #8

Open kwadwobro opened 3 years ago

kwadwobro commented 3 years ago

This issue was ultimately caused by an update to the Binance API https://github.com/binance-exchange/binance-java-api/issues/221 The above issue was opened and closed, updating BinanceApiConstants.DEFAULT_RECEIVING_WINDOW to the appropriate number allowing the API call to work correctly.

Originally posted by @mtheory7 in https://github.com/mtheory7/wyatt/issues/4#issuecomment-522784885

kwadwobro commented 3 years ago

How do I update the BinanceApiConstants.DEFAULT_RECEIVING_WINDOW