Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crnbarr93 committed Oct 31, 2024
1 parent 016e435 commit 6030caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/sumtree-orderbook/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ pub fn query(deps: Deps, _env: Env, msg: QueryMsg) -> ContractResult<Binary> {
token_out_denom,
swap_fee,
)?)?),
QueryMsg::CalOutAmtGivenIn {
QueryMsg::CalcOutAmtGivenIn {
token_in,
token_out_denom,
swap_fee,
Expand Down

0 comments on commit 6030caf

Please sign in to comment.