lbcwallet/wallet
Josh Rickmar 311d6176a8 Generate new addresses from pubkeys if keypool is depleted.
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.
2014-01-16 19:37:34 -05:00
..
wallet.go Generate new addresses from pubkeys if keypool is depleted. 2014-01-16 19:37:34 -05:00
wallet_test.go Generate new addresses from pubkeys if keypool is depleted. 2014-01-16 19:37:34 -05:00