Skip to content

Commit

Permalink
Merge pull request #209 from tronprotocol/release_v4.6.0
Browse files Browse the repository at this point in the history
feat(delegate): add a timestamp for DelegatedResourceAccountIndex
  • Loading branch information
forfreeday authored Nov 21, 2022
2 parents de7c425 + 89d25e4 commit b9acb61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/Tron.proto
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,7 @@ message DelegatedResourceAccountIndex {
bytes account = 1;
repeated bytes fromAccounts = 2;
repeated bytes toAccounts = 3;
int64 timestamp = 4;
}

message NodeInfo {
Expand Down

0 comments on commit b9acb61

Please sign in to comment.