Skip to content

Commit

Permalink
v 0.13.1, patch POOL + path
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelGorny committed Aug 12, 2021
1 parent b05d038 commit eeb978a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/pawelgorny/lostword/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ private void parseScript(String targetAddress) {
}
}
}
if (this.coin.equals(Configuration.ETHEREUM)){
if (Configuration.ETHEREUM.equals(this.coin)){
System.out.println("Using ETHEREUM");
}else {
System.out.println("Using script " + DBscriptType);
Expand Down

0 comments on commit eeb978a

Please sign in to comment.