Skip to content

Commit 8ca7ea2

Browse files
authored
Merge pull request #444 from tronprotocol/feature/adapt_to_solidity0.8.6
modify energy_used format
2 parents 3678bd9 + faa86ab commit 8ca7ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/protos/api/api.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +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;
1195+
int64 energy_used = 5;
11961196
}
11971197

11981198
message BlockExtention {

0 commit comments

Comments
 (0)