Skip to content

Commit

Permalink
remove unuse code
Browse files Browse the repository at this point in the history
  • Loading branch information
lvs007 committed Jul 25, 2020
1 parent 38815ff commit d33bfb5
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,5 @@ public PbftSignCapsule getPbftSignCapsule() {
public Class<?> getAnswerMessage() {
return null;
}

@Override
public int hashCode() {
return super.hashCode();
}

}

0 comments on commit d33bfb5

Please sign in to comment.