mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-24 12:46:45 +00:00
follow up
This commit is contained in:
parent
7408744100
commit
ac64811b35
2 changed files with 2 additions and 2 deletions
2
drongo
2
drongo
|
@ -1 +1 @@
|
|||
Subproject commit 67bc479ae9369f5908446210c40996b584cdd4a2
|
||||
Subproject commit d489aa6af9e22e9b707570d9c19ab10aec0d0a28
|
|
@ -1121,7 +1121,7 @@ public class AppServices {
|
|||
protected Task<Boolean> createTask() {
|
||||
return new Task<>() {
|
||||
protected Boolean call() {
|
||||
wallet.derivePublicKeys();
|
||||
wallet.copy().derivePublicKeys();
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue