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

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
nanfengpo committed May 8, 2018
1 parent ab77170 commit 7134384
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions api/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ service Wallet {
};
};



rpc BroadcastTransaction (Transaction) returns (Return) {
rpc BroadcastTransaction (Transaction) returns (Return) {
option (google.api.http) = {
post: "/wallet/broadcasttransaction"
body: "*"
Expand All @@ -39,8 +37,7 @@ rpc BroadcastTransaction (Transaction) returns (Return) {
option (google.api.http) = {
post: "/wallet/listaccount"
body: "*"
};

};
};

rpc UpdateAccount (AccountUpdateContract) returns (Transaction) {
Expand Down

0 comments on commit 7134384

Please sign in to comment.