Update BitcoreExtension.java

This commit is contained in:
Jon D 2018-03-23 01:45:38 +01:00 committed by GitHub
parent f21eb4f383
commit bc19cc2772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ public class BitcoreExtension implements IExtension{
StringTokenizer st = new StringTokenizer(sourceLogin,":");
String exchangeType = st.nextToken();
if ("startfix".equalsIgnoreCase(exchangeType)) {
if ("btxfix".equalsIgnoreCase(exchangeType)) {
BigDecimal rate = BigDecimal.ZERO;
if (st.hasMoreTokens()) {
try {