Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
add witness and committee in account
Browse files Browse the repository at this point in the history
  • Loading branch information
nanfengpo committed May 8, 2018
1 parent 8f7655a commit ab77170
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/Tron.proto
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ message Account {
int64 latest_withdraw_time = 12;
// not used so far
bytes code = 13;
bool is_witness = 14;
bool is_committee = 15;
}

message acuthrity {
Expand Down

0 comments on commit ab77170

Please sign in to comment.