We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d26798 commit c3cf9caCopy full SHA for c3cf9ca
xchange-bitmex/src/main/java/org/knowm/xchange/bitmex/BitmexExchange.java
@@ -37,7 +37,7 @@ public ExchangeSpecification getDefaultExchangeSpecification() {
37
exchangeSpecification.setHost("bitmex.com");
38
exchangeSpecification.setPort(80);
39
exchangeSpecification.setExchangeName("Bitmex");
40
- exchangeSpecification.setExchangeDescription("Bitmex is a bitcoin exchang");
+ exchangeSpecification.setExchangeDescription("Bitmex is a bitcoin exchange");
41
return exchangeSpecification;
42
}
43
0 commit comments