mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 12:26:45 +00:00
followup
This commit is contained in:
parent
041b5aa34c
commit
783733b9d3
1 changed files with 6 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue