Skip to content

Commit d8c4fc0

Browse files
[BugFix] Change State when entered mnemonic is not missing any words after it was checked
1 parent 07f95de commit d8c4fc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Src/FinderOuter/Services/MnemonicSevice.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1443,6 +1443,7 @@ public async void FindMissing(MnemonicSearchSpace ss, string pass, string path,
14431443
{
14441444
report.FoundAnyResult = ss.ProcessNoMissing(comparer, pass, this.path, out string message);
14451445
report.AddMessageSafe(message);
1446+
report.Finalize();
14461447
return;
14471448
}
14481449

0 commit comments

Comments
 (0)