Fix TypeError when `signTypedData` throws (#9596)
If the `signTypedData` background function threw an exception, it would return `undefined` to the UI, which would throw another exception in the UI. It now re-throws the error if an error is thrown, which allows the UI to handle the error. I'm not sure why this might fail, and I'm not sure we're handling this failure well, but this is an improvement at least.feature/default_network_editable
parent
7a1d93002d
commit
320e8c0af9
Loading…
Reference in new issue