Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/syncBlockChain' into syncBlockChain
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-liu55 committed Mar 15, 2018
2 parents 7f4f302 + f509ce3 commit fee98bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Tron.proto
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ message Account {
int64 balance = 4;
repeated Vote votes = 5;
map<string, int64> asset = 6;

int64 latest_opration_time = 10;
}

// Witness
Expand Down

0 comments on commit fee98bf

Please sign in to comment.