Skip to content

Commit

Permalink
chore: remove clone
Browse files Browse the repository at this point in the history
  • Loading branch information
nick134-bit committed Aug 30, 2024
1 parent 995ea3c commit af61ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/liquidity_hub/fee_collector/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
})?,
}));
Expand Down

0 comments on commit af61ede

Please sign in to comment.