We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f2eea commit c866d40Copy full SHA for c866d40
1 file changed
app/lib/screens/recover_screen.dart
@@ -69,6 +69,7 @@ class _RecoverScreenState extends State<RecoverScreen> {
69
if (e.toString().contains('Invalid mnemonic')) {
70
throw ('Invalid mnemonic');
71
}
72
+ rethrow;
73
74
75
0 commit comments