This change uses the ChainedPubKey function to create addresses from the previous address's public key and the wallet chaincode, without the need for the private key, if the keypool has been depleted and the wallet is locked. This is done since the next chained private key is unsolvable without a locked wallet. If a wallet contains any of these chained addresses with missing private keys, the private keys are created during the next wallet unlock, using ChainedPrivKey. |
||
---|---|---|
.. | ||
wallet.go | ||
wallet_test.go |