Skip to content

Commit faa86ab

Browse files
author
neo hong
committed
modify energy_used format
1 parent 79fd8b9 commit faa86ab

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
@@ -1195,7 +1195,7 @@ message TransactionExtention {
11951195
bytes txid = 2; //transaction id = sha256(transaction.raw_data)
11961196
repeated bytes constant_result = 3;
11971197
Return result = 4;
1198-
int64 EnergyUsed = 5;
1198+
int64 energy_used = 5;
11991199
}
12001200

12011201
message BlockExtention {

0 commit comments

Comments
 (0)