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

Commit

Permalink
Merge pull request grpc-ecosystem#39 from tronprotocol/evan-rm-create…
Browse files Browse the repository at this point in the history
…account

remove createaccount api
  • Loading branch information
renchenchang committed May 5, 2018
2 parents e13211c + d57ad8f commit 0e65a14
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions api/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ service Wallet {
};
};

rpc CreateAccount (AccountCreateContract) returns (Transaction) {
option (google.api.http) = {
post: "/wallet/createaccount"
body: "*"
};
};

rpc VoteWitnessAccount (VoteWitnessContract) returns (Transaction) {
option (google.api.http) = {
post: "/wallet/votewitnessaccount"
Expand Down

0 comments on commit 0e65a14

Please sign in to comment.