Skip to content
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.

Commit

Permalink
shut up i know where i fucked up
Browse files Browse the repository at this point in the history
  • Loading branch information
Godson777 committed Dec 31, 2019
1 parent 81d545f commit f0763e9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/main/java/com/godson/discoin4j/Discoin4J.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,15 @@ public String toString() {
/**
* Represents a transaction retrieved from the Discoin API.
*/
private class Transaction {
String id;
double amount;
String user;
boolean handled;
String timestamp;
double payout;
Currency from;
Currency to;
public class Transaction {
private String id;
private double amount;
private String user;
private boolean handled;
private String timestamp;
private double payout;
private Currency from;
private Currency to;

private class Currency {
String id;
Expand Down

0 comments on commit f0763e9

Please sign in to comment.