Skip to content

Commit

Permalink
chore(smart-contracts): make remove_swap_routes function private
Browse files Browse the repository at this point in the history
  • Loading branch information
nseguias committed Feb 8, 2024
1 parent fe70f6b commit 1b0a6ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ fn add_swap_routes(
.add_attributes(attributes))
}

pub fn remove_swap_routes(
fn remove_swap_routes(
deps: DepsMut,
env: Env,
sender: Addr,
Expand Down

0 comments on commit 1b0a6ac

Please sign in to comment.