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.
2 parents f02c440 + 8a93042 commit 3678bd9Copy full SHA for 3678bd9
src/main/java/org/tron/walletserver/WalletApi.java
@@ -2186,6 +2186,7 @@ public boolean triggerContract(
2186
System.out.println(
2187
":" + ByteArray.toStr(transactionExtention.getResult().getMessage().toByteArray()));
2188
System.out.println("Result:" + Hex.toHexString(result));
2189
+ System.out.println("EnergyUsed:" + transactionExtention.getEnergyUsed());
2190
return true;
2191
}
2192
src/main/protos/core/Tron.proto
@@ -540,6 +540,7 @@ message InternalTransaction {
540
repeated CallValueInfo callValueInfo = 4;
541
bytes note = 5;
542
bool rejected = 6;
543
+ string extra = 7;
544
545
546
message DelegatedResourceAccountIndex {
0 commit comments