aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2011-11-17 14:01:25 -0500
committerLuke Dashjr <luke-jr+git@utopios.org>2011-11-17 14:29:12 -0500
commit90de05e88ecc879b75315eebacb488b44353f5d9 (patch)
treeca50981d39fb395b1da70c7bdb22a588cde129f3 /src/wallet.h
parent2bf36b4e7dd06d44ee3c81391338ccb708edbbaa (diff)
downloadbitcoin-90de05e88ecc879b75315eebacb488b44353f5d9.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 1dd2e51260..794139233d 100644
--- a/src/wallet.h
+++ b/src/wallet.h
@@ -81,6 +81,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);