From b7224ed466ab6e6511635c4ed219fff88212d5fa Mon Sep 17 00:00:00 2001 From: nanfengpo Date: Thu, 26 Apr 2018 16:13:56 +0800 Subject: [PATCH] add bandwidth in account --- core/Tron.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/Tron.proto b/core/Tron.proto index 0d2b83df809..6554dd2e3da 100644 --- a/core/Tron.proto +++ b/core/Tron.proto @@ -50,6 +50,8 @@ message Account { map asset = 6; // the frozen balance repeated Frozen frozen = 7; + // bandwidth, get from frozen + int64 bandwidth = 8; // this account create time int64 create_time = 9; // this last opration time, including transfer, voting and so on.