diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2011-11-17 14:01:25 -0500 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2011-11-17 14:01:25 -0500 |
commit | 37971fcc76b867681b1df5ee962f3d2a7f12a86e (patch) | |
tree | 73d81703d5eda6bcf079e2fb4cacd99b164a7c69 /src/wallet.h | |
parent | 1b93ea0e31c82bd23f2ddc0b5a98707fcbddce27 (diff) |
Create new keypool for newly encrypted wallets.
Diffstat (limited to 'src/wallet.h')
-rw-r--r-- | src/wallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet.h b/src/wallet.h index 03c4703fc0..19de803390 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -90,6 +90,7 @@ public: std::string SendMoney(CScript scriptPubKey, int64 nValue, CWalletTx& wtxNew, bool fAskFee=false); std::string SendMoneyToBitcoinAddress(const CBitcoinAddress& address, int64 nValue, CWalletTx& wtxNew, bool fAskFee=false); + bool NewKeyPool(); bool TopUpKeyPool(); void ReserveKeyFromKeyPool(int64& nIndex, CKeyPool& keypool); void KeepKey(int64 nIndex); |