Skip to content

Commit 62233bb

Browse files
committed
add protocol for new resource model
1 parent d6d1ada commit 62233bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/protos/core/contract/common.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ option go_package = "github.com/tronprotocol/grpc-gateway/core";
99
enum ResourceCode {
1010
BANDWIDTH = 0x00;
1111
ENERGY = 0x01;
12+
TRON_POWER = 0x02;
1213
}

0 commit comments

Comments
 (0)