From 89d25e4a98925a7d0165922b57055dc363a5f005 Mon Sep 17 00:00:00 2001 From: zhang0125 Date: Wed, 16 Nov 2022 11:14:05 +0800 Subject: [PATCH] feat(delegate): add a timestamp for DelegatedResourceAccountIndex --- core/Tron.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Tron.proto b/core/Tron.proto index 834888e70..493b07bd0 100644 --- a/core/Tron.proto +++ b/core/Tron.proto @@ -618,6 +618,7 @@ message DelegatedResourceAccountIndex { bytes account = 1; repeated bytes fromAccounts = 2; repeated bytes toAccounts = 3; + int64 timestamp = 4; } message NodeInfo {