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
fix(nami): [LW-11782] add bech32 encoding fallback for nami mode (#1486)
implement try/catch with undefined fallback
prevents nami crashing if bech32 or base8 decode fails, or
throws due to:
- invalid string length
- mixed formatting
- any other issue related to encoding
0 commit comments