Skip to content

Commit

Permalink
[bybit] fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rizer1980 committed Apr 16, 2024
1 parent ed62a32 commit 9e41a19
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ public ExchangeSpecification getDefaultExchangeSpecification() {
exchangeSpecification.setExchangeDescription("BYBIT");
exchangeSpecification.setExchangeSpecificParametersItem(
SPECIFIC_PARAM_ACCOUNT_TYPE, BybitAccountType.UNIFIED);
exchangeSpecification.setExchangeSpecificParametersItem(
Exchange.USE_SANDBOX, false);
return exchangeSpecification;
}

Expand Down

0 comments on commit 9e41a19

Please sign in to comment.