Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
QuickMythril committed Dec 3, 2024
1 parent e4c4507 commit 857ce28
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/org/qortal/data/block/BlockSummaryData.java
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,6 @@ public String getMinterAddress() {
}
}

@XmlElement(name = "minterLevel")
public Integer getMinterLevelXml() {
return this.getMinterLevel();
}

@Override
public boolean equals(Object o) {
if (this == o)
Expand Down

0 comments on commit 857ce28

Please sign in to comment.