Skip to content

Commit

Permalink
Merge pull request #162 from tronprotocol/hotfix/remove_vote_power_pa…
Browse files Browse the repository at this point in the history
…rameter

rm old_vote_power parameter
  • Loading branch information
sean-liu55 authored Mar 18, 2021
2 parents 764412f + a87c5ef commit da49d4d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/Tron.proto
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,6 @@ message Account {
Permission owner_permission = 31;
Permission witness_permission = 32;
repeated Permission active_permission = 33;

//vote power,include frozen bandwidth and frozen energy
int64 old_vote_power = 60;
}


Expand Down

0 comments on commit da49d4d

Please sign in to comment.