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
sean-liu55 committed Jun 22, 2018
1 parent 14da8ab commit 382864b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -401,10 +401,10 @@ service WalletSolidity {
}
rpc GetTransactionById (BytesMessage) returns (Transaction) {
option (google.api.http) = {
post: "/wallet/gettransactionbyid"
post: "/walletsolidity/gettransactionbyid"
body: "*"
additional_bindings {
get: "/wallet/gettransactionbyid"
get: "/walletsolidity/gettransactionbyid"
}
};
}
Expand Down

0 comments on commit 382864b

Please sign in to comment.