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

Commit

Permalink
remove createaccount api
Browse files Browse the repository at this point in the history
  • Loading branch information
zergweak committed May 4, 2018
1 parent e13211c commit d57ad8f
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 d57ad8f

Please sign in to comment.