diff --git a/api/api.proto b/api/api.proto index 91b0412f1c9..730d524035c 100644 --- a/api/api.proto +++ b/api/api.proto @@ -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"