Merge pull request #50 from dArkjON/master

Update BitcoreExtension.java
This commit is contained in:
GENERAL BYTES 2018-03-23 11:16:59 +01:00 committed by GitHub
commit 65087288d5
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 {