Skip to content

Commit c866d40

Browse files
authored
rethrow when public keys not matching (#979)
1 parent 41f2eea commit c866d40

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/lib/screens/recover_screen.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ class _RecoverScreenState extends State<RecoverScreen> {
6969
if (e.toString().contains('Invalid mnemonic')) {
7070
throw ('Invalid mnemonic');
7171
}
72+
rethrow;
7273
}
7374
}
7475

0 commit comments

Comments
 (0)