Skip to content

Commit d57ad8f

Browse files
committed
remove createaccount api
1 parent e13211c commit d57ad8f

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)