From c3fe84179049b91c037e63c7ad5179db843211c2 Mon Sep 17 00:00:00 2001 From: Igor Papandinas <26460174+ipapandinas@users.noreply.github.com> Date: Tue, 10 Sep 2024 11:41:32 +0200 Subject: [PATCH] Small typo fixed and 'Preserve' used in burn_from --- pallets/unified-accounts/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pallets/unified-accounts/src/lib.rs b/pallets/unified-accounts/src/lib.rs index d83985fbf1..d05f75fb0d 100644 --- a/pallets/unified-accounts/src/lib.rs +++ b/pallets/unified-accounts/src/lib.rs @@ -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. @@ -280,7 +280,7 @@ impl Pallet { T::Currency::burn_from( who, T::AccountMappingStorageFee::get(), - Protect, + Preserve, Exact, Polite, )