Skip to content

Commit

Permalink
fix: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayerAnsh committed Dec 11, 2024
1 parent 70d32b8 commit 3267ea9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/forwarding/astroport-forwarding/src/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ pub fn execute_cw20_receive(
info: &MessageInfo,
msg: Cw20ReceiveMsg,
) -> Result<Response, ContractError> {
// let state = STATE.load(deps.storage)?;
// let sender = msg.sender;

let amount = msg.amount;
let from_token = TokenType::Smart {
Expand Down

0 comments on commit 3267ea9

Please sign in to comment.