Skip to content

Commit

Permalink
Update merger tool with directory
Browse files Browse the repository at this point in the history
  • Loading branch information
chris.orogvany committed Jan 29, 2018
1 parent 0bd725e commit ef2de39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/semuxpool/pool/util/PaymentsMerger.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class PaymentsMerger
{
public static void main(String[] args) throws IOException
{
JsonPersistence jsonPersistence = new JsonPersistence();
JsonPersistence jsonPersistence = new JsonPersistence("./fixme");
List<Payout> payouts = jsonPersistence.getAllPayouts();
Payout merged = new Payout();
Map<String, Payment> mergedPaid = new HashMap<>();
Expand Down

0 comments on commit ef2de39

Please sign in to comment.