mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Fix bug with not supporting to restore seed words if current wallet files creation date is not matching original date
This commit is contained in:
parent
01dcc4f2dc
commit
c1970a88a6
@ -137,9 +137,7 @@ public class SeedWordsView extends ActivatableView<GridPane, Void> {
|
||||
restoreDatePicker.getStyleClass().add("validation_error");
|
||||
};
|
||||
|
||||
dateChangeListener = (observable, oldValue, newValue) -> {
|
||||
dateValid.set(walletCreationDate.equals(newValue));
|
||||
};
|
||||
dateChangeListener = (observable, oldValue, newValue) -> dateValid.set(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user