follow up

This commit is contained in:
Craig Raw
2022-07-14 15:38:01 +02:00
parent 7408744100
commit ac64811b35
2 changed files with 2 additions and 2 deletions
@@ -1121,7 +1121,7 @@ public class AppServices {
protected Task<Boolean> createTask() {
return new Task<>() {
protected Boolean call() {
wallet.derivePublicKeys();
wallet.copy().derivePublicKeys();
return true;
}
};