Skip to content

Commit

Permalink
Removing deprecated code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohit Saxena committed Nov 26, 2021
1 parent 6b6cf7e commit 901a42a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public class PrivateTransactionGroupResponse {
private final String from;
private final String gas;
private final String gasPrice;
private final String hash;
private final String input;
private final String nonce;
private final String to;
Expand Down Expand Up @@ -52,7 +51,6 @@ public PrivateTransactionGroupResponse(
this.from = from;
this.gas = gas;
this.gasPrice = gasPrice;
this.hash = hash;
this.input = input;
this.nonce = nonce;
this.to = to;
Expand All @@ -77,10 +75,6 @@ public String getGasPrice() {
return gasPrice;
}

public String getHash() {
return hash;
}

public String getInput() {
return input;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"from",
"gas",
"gasPrice",
"hash",
"input",
"nonce",
"to",
Expand Down

0 comments on commit 901a42a

Please sign in to comment.