|
|
@ -1219,7 +1219,7 @@ public:
|
|
|
|
void MaybeResendWalletTxs();
|
|
|
|
void MaybeResendWalletTxs();
|
|
|
|
|
|
|
|
|
|
|
|
/** A key allocated from the key pool. */
|
|
|
|
/** A key allocated from the key pool. */
|
|
|
|
class CReserveKey final : public CReserveScript
|
|
|
|
class CReserveKey
|
|
|
|
{
|
|
|
|
{
|
|
|
|
protected:
|
|
|
|
protected:
|
|
|
|
CWallet* pwallet;
|
|
|
|
CWallet* pwallet;
|
|
|
@ -1244,7 +1244,6 @@ public:
|
|
|
|
void ReturnKey();
|
|
|
|
void ReturnKey();
|
|
|
|
bool GetReservedKey(CPubKey &pubkey, bool internal = false);
|
|
|
|
bool GetReservedKey(CPubKey &pubkey, bool internal = false);
|
|
|
|
void KeepKey();
|
|
|
|
void KeepKey();
|
|
|
|
void KeepScript() override { KeepKey(); }
|
|
|
|
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/** RAII object to check and reserve a wallet rescan */
|
|
|
|
/** RAII object to check and reserve a wallet rescan */
|
|
|
|