Skip to content

Commit b9acb61

Browse files
authored
Merge pull request #209 from tronprotocol/release_v4.6.0
feat(delegate): add a timestamp for DelegatedResourceAccountIndex
2 parents de7c425 + 89d25e4 commit b9acb61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/Tron.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@ message DelegatedResourceAccountIndex {
618618
bytes account = 1;
619619
repeated bytes fromAccounts = 2;
620620
repeated bytes toAccounts = 3;
621+
int64 timestamp = 4;
621622
}
622623

623624
message NodeInfo {

0 commit comments

Comments
 (0)