mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-09-28 14:59:40 -04:00
Add rolling backup
This commit is contained in:
parent
530b15147c
commit
4c0cc738e4
11 changed files with 109 additions and 55 deletions
|
@ -118,6 +118,7 @@ public class PasswordView extends ActivatableView<GridPane, Void> {
|
|||
.show();
|
||||
passwordField.setText("");
|
||||
repeatedPasswordField.setText("");
|
||||
walletService.backupWallet();
|
||||
} else {
|
||||
new Popup()
|
||||
.warning("You entered the wrong password.\n\n" +
|
||||
|
@ -133,6 +134,8 @@ public class PasswordView extends ActivatableView<GridPane, Void> {
|
|||
.show();
|
||||
passwordField.setText("");
|
||||
repeatedPasswordField.setText("");
|
||||
walletService.clearBackup();
|
||||
walletService.backupWallet();
|
||||
}
|
||||
setText();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue