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
A WIF prvKey with uncompressed flag (starts with '5')
should have an uncompressed pubKey pair which where the address should be derived from.
Instead, current release forces it to use the compressed pubKey.
To reproduce:
Acquire an uncompressed WIF prvKey elsewhere and take note of the derived address.
Import the WIF to unisat and it'll derive the address associated to the compressed public key.