Skip to content

Commit 0e65a14

Browse files
authored
Merge pull request #39 from tronprotocol/evan-rm-createaccount
remove createaccount api
2 parents e13211c + d57ad8f commit 0e65a14

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

api/api.proto

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,6 @@ service Wallet {
4848
};
4949
};
5050

51-
rpc CreateAccount (AccountCreateContract) returns (Transaction) {
52-
option (google.api.http) = {
53-
post: "/wallet/createaccount"
54-
body: "*"
55-
};
56-
};
57-
5851
rpc VoteWitnessAccount (VoteWitnessContract) returns (Transaction) {
5952
option (google.api.http) = {
6053
post: "/wallet/votewitnessaccount"

0 commit comments

Comments
 (0)