Skip to content

Commit

Permalink
feat(delegate): add a timestamp for DelegatedResourceAccountIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang0125 committed Nov 16, 2022
1 parent de7c425 commit 89d25e4
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 89d25e4

Please sign in to comment.