Skip to content

Commit

Permalink
Small typo fixed and 'Preserve' used in burn_from
Browse files Browse the repository at this point in the history
  • Loading branch information
ipapandinas committed Sep 10, 2024
1 parent caae82b commit c3fe841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pallets/unified-accounts/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ pub mod pallet {
/// - `signature`: A signature generated by the address to prove ownership
///
/// WARNING:
/// - This extrisic only handles transfer of native balance, if your EVM
/// - This extrinsic only handles transfer of native balance, if your EVM
/// address contains any other native assets like XC20, DAppStaking unclaimed rewards,
/// etc you need to transfer them before hand, otherwise FUNDS WILL BE LOST FOREVER.
/// - Once connected user cannot change their mapping EVER.
Expand Down Expand Up @@ -280,7 +280,7 @@ impl<T: Config> Pallet<T> {
T::Currency::burn_from(
who,
T::AccountMappingStorageFee::get(),
Protect,
Preserve,
Exact,
Polite,
)
Expand Down

0 comments on commit c3fe841

Please sign in to comment.