Skip to content

Commit

Permalink
fix path for mhs query
Browse files Browse the repository at this point in the history
  • Loading branch information
jcompagni10 committed Oct 17, 2024
1 parent 813221c commit ca54d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/neutron/dex/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ service Query {

// Simulates MsgMultiHopSwap
rpc SimulateMultiHopSwap(QuerySimulateMultiHopSwapRequest) returns (QuerySimulateMultiHopSwapResponse) {
option (google.api.http).get = "/neutron/dex/pool_metadata";
option (google.api.http).get = "/neutron/dex/simulate_multi_hop_swap";
}

// this line is used by starport scaffolding # 2
Expand Down

0 comments on commit ca54d9c

Please sign in to comment.