Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information