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

2
drongo

@ -1 +1 @@
Subproject commit 67bc479ae9369f5908446210c40996b584cdd4a2 Subproject commit d489aa6af9e22e9b707570d9c19ab10aec0d0a28

View file

@ -1121,7 +1121,7 @@ public class AppServices {
protected Task<Boolean> createTask() { protected Task<Boolean> createTask() {
return new Task<>() { return new Task<>() {
protected Boolean call() { protected Boolean call() {
wallet.derivePublicKeys(); wallet.copy().derivePublicKeys();
return true; return true;
} }
}; };