mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-05-31 19:11:04 +00:00
Bump deps, re-encode old addresses (#125)
This commit is contained in:
@@ -11,7 +11,8 @@ const MAX_PASS_LEN = 32;
|
||||
|
||||
function toHex (address: string): string {
|
||||
return u8aToHex(
|
||||
decodeAddress(address)
|
||||
// When saving pre-checksum changes, ensure that we can decode
|
||||
decodeAddress(address, true)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user