From 1b0a6ac412ffebe13de6c6e2f2b158fffd1d6d41 Mon Sep 17 00:00:00 2001 From: nahem Date: Thu, 8 Feb 2024 14:46:06 +0100 Subject: [PATCH] chore(smart-contracts): make remove_swap_routes function private --- .../liquidity_hub/pool-network/terraswap_router/src/contract.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/liquidity_hub/pool-network/terraswap_router/src/contract.rs b/contracts/liquidity_hub/pool-network/terraswap_router/src/contract.rs index 9e5ba337..dff627d1 100644 --- a/contracts/liquidity_hub/pool-network/terraswap_router/src/contract.rs +++ b/contracts/liquidity_hub/pool-network/terraswap_router/src/contract.rs @@ -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,