XChange icon indicating copy to clipboard operation
XChange copied to clipboard

BinanceAccountService assumes futures account when not using sandbox

Open tdiesler opened this issue 1 year ago • 1 comments

BinanceAccountService:97

      if(exchange.usingSandbox()){
        ...
      } else {
        BinanceFutureAccountInformation futureAccountInformation = futuresAccount();
        ...
      }

tdiesler avatar Jul 13 '23 15:07 tdiesler

This was fixed here: https://github.com/knowm/XChange/commit/021e4fb7894ff442f3d479938fe3ec1542510439

And is in develop branch.

enrand22 avatar Sep 08 '23 02:09 enrand22