Skip to content

Commit 8af5c3b

Browse files
author
Pedro Pablo Bustamante Barrera
committed
chore: update version
1 parent 7a3c5a6 commit 8af5c3b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.cryptomkt.api</groupId>
77
<artifactId>cryptomarket</artifactId>
88
<packaging>jar</packaging>
9-
<version>2.3.0</version>
9+
<version>3.0.0</version>
1010

1111
<licenses>
1212
<license>

src/main/java/com/cryptomarket/sdk/rest/CryptomarketRestClientImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,6 @@ public List<Fee> getEstimateWithdrawalFees(List<FeeRequest> feeRequests) throws
903903
String jsonResponse = httpClient.post(
904904
"wallet/crypto/fees/estimate",
905905
payload);
906-
System.out.println(jsonResponse);
907906
return adapter.listFromJson(jsonResponse, Fee.class);
908907
}
909908

0 commit comments

Comments
 (0)