Skip to content

Commit

Permalink
fix: inline comment
Browse files Browse the repository at this point in the history
Co-authored-by: sander2 <[email protected]>
  • Loading branch information
nakul1010 and sander2 authored Aug 31, 2023
1 parent 7ccd0c1 commit 6e01acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/redeem/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ impl<T: Config> Pallet<T> {

// only allow requests of amount above above the minimum
ensure!(
// this is the amount the vault will send (minus fee)
// this is the amount the vault will send
amount_wrapped.ge(&Self::get_dust_value(vault_id.wrapped_currency()))?,
Error::<T>::AmountBelowDustAmount
);
Expand Down

0 comments on commit 6e01acd

Please sign in to comment.