Skip to content

Commit

Permalink
add missing attributes to account
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwheeze committed May 31, 2024
1 parent 932e94d commit 7465638
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/bitwheeze/golos/goloslib/model/Account.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ public class Account {
private long postsCapacity;
private long commentsCapacity;
private long votingCapacity;
private long referralCount;
private long sponsorCount;
private String referrerAccount;
private int referrerInterestRate;
private LocalDateTime referralEndDate;
Expand Down

0 comments on commit 7465638

Please sign in to comment.