diff --git a/contracts/liquidity_hub/fee_collector/src/commands.rs b/contracts/liquidity_hub/fee_collector/src/commands.rs index c94bbee9..0a1dd632 100644 --- a/contracts/liquidity_hub/fee_collector/src/commands.rs +++ b/contracts/liquidity_hub/fee_collector/src/commands.rs @@ -282,7 +282,7 @@ pub fn aggregate_fees( deps.querier.query(&QueryRequest::Wasm(WasmQuery::Smart { contract_addr: config.pool_router.to_string(), msg: to_json_binary(&router::QueryMsg::SimulateSwapOperations { - offer_amount: balance.clone(), + offer_amount: balance, operations: operations.clone(), })?, }));