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/develop' into junit/config
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/main/java/org/tron/core/capsule/utils/BlockUtil.java
#	src/main/java/org/tron/core/config/args/LocalWitnesses.java
#	src/main/java/org/tron/core/db/Manager.java
#	src/test/java/org/tron/core/db/ManagerTest.java
  • Loading branch information
CodeNinjaEvan committed Mar 16, 2018
2 parents a58bf8e + fee98bf commit a3c7257
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 a3c7257

Please sign in to comment.