You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we are using AccountId([u8; 32]) as out account ids, we should not use truncate_and_pad which will replace last 12 bytes with zeros, leaving for potential to collisions, which can be exploited by the relayer.
Since we are using AccountId([u8; 32]) as out account ids, we should not use
truncate_and_padwhich will replace last 12 bytes with zeros, leaving for potential to collisions, which can be exploited by the relayer.