Skip to content

Commit

Permalink
fix(coinjoin): remove duplicate get functions in SimplifiedMasternode…
Browse files Browse the repository at this point in the history
…ListEntry
  • Loading branch information
HashEngineering committed Dec 19, 2023
1 parent 3ab8b1e commit af78e03
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,18 +190,6 @@ public boolean isValid() {
return isValid;
}

public int getType() {
return type;
}

public int getPlatformHTTPPort() {
return platformHTTPPort;
}

public KeyId getPlatformNodeId() {
return platformNodeId;
}

public Sha256Hash getConfirmedHashWithProRegTxHash() {
return confirmedHashWithProRegTxHash;
}
Expand Down

0 comments on commit af78e03

Please sign in to comment.