- 86F5E1CA584E6AA01B956278EA06EFF4F79B58CA386C490FE605384923F90FCC710FD6BF2F14926D5DFD43E17FC5655A0150B32BC750F05506BAF439255C8E30
+ E99F1C98E8619088D9EC26E6334E58316381F55FA449A510A6595D850302F2C3C250853E2637E4C28C223FCB73E13F7BF74CA2D5C866AFF849D6BDA6D601483F
bitcoin/src/wallet.h
(73 . 6)(73 . 7)
236 bool Unlock(const SecureString& strWalletPassphrase);
237 bool ChangeWalletPassphrase(const SecureString& strOldWalletPassphrase, const SecureString& strNewWalletPassphrase);
238 bool EncryptWallet(const SecureString& strWalletPassphrase);
239 void MarkDirty();
240
241 bool AddToWallet(const CWalletTx& wtxIn);
242 bool AddToWalletIfInvolvingMe(const CTransaction& tx, const CBlock* pblock, bool fUpdate = false);