- DF93B83C3880E14D890FE853D8556EEC6377B90D5E83BD696F4C5800042C2CD04C5242B69B8886E22DFCEB5B9B16E790FB526E9039CC130C9FB0F12CC8BB19D2
+ 61326C2A68A1CEEF4A6D0512F02C291BFE7025275E52F69744D3BFEC0AB8A41FA62E819AAEBC151762F42BE182ACE3E9EF4F506A36AEDF24AD204E60284E14A4
bitcoin/src/wallet.h
(73 . 6)(73 . 7)
213 bool Unlock(const SecureString& strWalletPassphrase);
214 bool ChangeWalletPassphrase(const SecureString& strOldWalletPassphrase, const SecureString& strNewWalletPassphrase);
215 bool EncryptWallet(const SecureString& strWalletPassphrase);
216 void MarkDirty();
217
218 bool AddToWallet(const CWalletTx& wtxIn);
219 bool AddToWalletIfInvolvingMe(const CTransaction& tx, const CBlock* pblock, bool fUpdate = false);