We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd390ad commit a4037eeCopy full SHA for a4037ee
src/main/java/org/tron/core/net/message/TransactionMessage.java
@@ -24,11 +24,6 @@ public TransactionMessage(Transaction trx) {
24
this.data = trx.toByteArray();
25
}
26
27
- @Override
28
- public Sha256Hash getMessageId() {
29
- return getTransactionCapsule().getTransactionId();
30
- }
31
-
32
@Override
33
public String toString() {
34
return new StringBuilder().append(super.toString())
0 commit comments