This commit is contained in:
Craig Raw 2024-08-07 14:56:29 +02:00
parent 041b5aa34c
commit 783733b9d3

View file

@ -116,6 +116,12 @@ public class MnemonicShareKeystoreImportPane extends MnemonicKeystorePane {
return List.of(backButton, nextButton, calculateButton);
}
@Override
protected void enterMnemonic(int numWords) {
super.enterMnemonic(numWords);
setDescription("Enter existing share");
}
private void resetShares() {
currentShare = 0;
mnemonicShares.clear();