aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2011-11-17 14:01:25 -0500
committerGavin Andresen <gavinandresen@gmail.com>2011-11-17 14:01:25 -0500
commit37971fcc76b867681b1df5ee962f3d2a7f12a86e (patch)
tree73d81703d5eda6bcf079e2fb4cacd99b164a7c69 /src/wallet.h
parent1b93ea0e31c82bd23f2ddc0b5a98707fcbddce27 (diff)
downloadbitcoin-37971fcc76b867681b1df5ee962f3d2a7f12a86e.tar.xz
Create new keypool for newly encrypted wallets.
Diffstat (limited to 'src/wallet.h')
-rw-r--r--src/wallet.h1
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);