Skip to content

Commit

Permalink
Update AccountEndpointsExampleAsync.java
Browse files Browse the repository at this point in the history
  • Loading branch information
dman-sol authored Mar 14, 2021
1 parent fa0f67f commit 4c65084
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ public static void main(String[] args) {
client.getDepositHistory("ETH", response -> System.out.println(response));

// Withdraw (async)
client.withdraw("ETH", "0x123", "0.1", null, null, response -> {});
client.withdraw("ETH", "0x123", "0.1", null, null, null, null, null, response -> {});
}
}

0 comments on commit 4c65084

Please sign in to comment.