mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-10 00:27:00 +00:00
follow up
This commit is contained in:
@@ -1121,7 +1121,7 @@ public class AppServices {
|
||||
protected Task<Boolean> createTask() {
|
||||
return new Task<>() {
|
||||
protected Boolean call() {
|
||||
wallet.derivePublicKeys();
|
||||
wallet.copy().derivePublicKeys();
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user