Skip to content

Commit

Permalink
Address clippy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MightOfOaks committed Apr 24, 2024
1 parent fcce9e3 commit 5e7d9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/dydx-airdrop/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ pub fn withdraw_remaining(
};

let msg = BankMsg::Send {
to_address: recipient.into(),
to_address: recipient_addr.to_string(),
amount: vec![Coin {
denom: NATIVE_DENOM.to_string(),
amount: amount_to_withdraw,
Expand Down

0 comments on commit 5e7d9be

Please sign in to comment.