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 develop

# Conflicts:
#	src/main/protos/core/Tron.proto
  • Loading branch information
zhaohong committed Apr 26, 2018
2 parents f5e7632 + 479564d commit 3464107
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 @@ -31,7 +31,6 @@ message Account {
// the vote num to this super rep.
int64 vote_count = 2;
}

bytes account_name = 1;
AccountType type = 2;
// the create adress
Expand All @@ -53,6 +52,7 @@ message Account {
message acuthrity {
AccountId account = 1;
bytes permission_name = 2;

}


Expand Down

0 comments on commit 3464107

Please sign in to comment.