Skip to content

Commit f02c440

Browse files
authored
Merge pull request #441 from tronprotocol/feature/adapt_to_solidity0.8.6
add EnergyUsed field in TransactionExtention
2 parents 7840b62 + 79fd8b9 commit f02c440

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/protos/api/api.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,6 +1192,7 @@ message TransactionExtention {
11921192
bytes txid = 2; //transaction id = sha256(transaction.raw_data)
11931193
repeated bytes constant_result = 3;
11941194
Return result = 4;
1195+
int64 EnergyUsed = 5;
11951196
}
11961197

11971198
message BlockExtention {

0 commit comments

Comments
 (0)