Skip to content

Commit 72f4ed1

Browse files
committed
add parameter into protocol
1 parent 842484c commit 72f4ed1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/protos/core/Tron.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ message Account {
148148
Permission owner_permission = 31;
149149
Permission witness_permission = 32;
150150
repeated Permission active_permission = 33;
151+
152+
//vote power,include frozen bandwidth and frozen energy
153+
int64 vote_power_413 = 60;
151154
}
152155

153156

0 commit comments

Comments
 (0)