Skip to content

Commit

Permalink
try to fix wercker
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffomatic committed Apr 27, 2017
1 parent d66e90c commit 984a633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/java/src/main/java/com/chain/api/CoreConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public static void reset(Client client) throws ChainException {
}

public static void resetEverything(Client client) throws ChainException {
Map<String, boolean> params = new HashMap<>();
Map<String, Object> params = new HashMap<>();
params.put("everything", true);
client.request("reset", params, SuccessMessage.class);
}
Expand Down

0 comments on commit 984a633

Please sign in to comment.