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

Commit

Permalink
Merge branch 'develop' of https://github.com/tronprotocol/java-tron i…
Browse files Browse the repository at this point in the history
…nto syncBlockChain
  • Loading branch information
olenheim committed Mar 14, 2018
2 parents 164d8bd + 774cceb commit f509ce3
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 f509ce3

Please sign in to comment.