Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcompagni10 committed Dec 21, 2024
1 parent 8c778b8 commit 05a0160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/neutron-sdk/src/stargate/dex/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ pub fn get_pool_metadata_all(


/// Simulate Place Limit Order
pub fn get_simulate_place_order(
pub fn get_simulate_place_limit_order(
deps: Deps,
req: SimulatePlaceLimitOrderRequest,
) -> StdResult<SimulatePlaceLimitOrderResponse> {
Expand Down

0 comments on commit 05a0160

Please sign in to comment.