Skip to content

Commit

Permalink
Update contracts/dao/neutron-flashloans/src/contract.rs
Browse files Browse the repository at this point in the history
Co-authored-by: sotnikov-s <34917380+sotnikov-s@users.noreply.github.com>
  • Loading branch information
zavgorodnii and sotnikov-s authored Jun 26, 2024
1 parent 3499cdc commit 4604e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/dao/neutron-flashloans/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ fn get_stargate_authz_bank_send_msg(
amount: amount
.iter()
.map(|x| ProtoCoin {
denom: x.clone().denom,
denom: x.denom.clone(),
amount: x.amount.to_string(),
})
.collect(),
Expand Down

0 comments on commit 4604e57

Please sign in to comment.