mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +00:00
Key rotation: add saveNow call after new HD chains might have been added.
This commit is contained in:
@@ -4382,6 +4382,7 @@ public class Wallet extends BaseTaggableObject implements Serializable, BlockCha
|
||||
log.info(" ... no non-rotating random keys available, generating entirely new HD tree: backup required after this.");
|
||||
keychain.createAndActivateNewHDChain();
|
||||
}
|
||||
saveNow();
|
||||
}
|
||||
|
||||
// Because transactions are size limited, we might not be able to re-key the entire wallet in one go. So
|
||||
|
Reference in New Issue
Block a user