mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
Sync to bitcoin git e94010b239
This commit is contained in:
@@ -149,10 +149,12 @@ public:
|
||||
|
||||
bool LoadWallet(bool& fFirstRunRet);
|
||||
// bool BackupWallet(const std::string& strDest);
|
||||
|
||||
// requires cs_mapAddressBook lock
|
||||
bool SetAddressBookName(const std::string& strAddress, const std::string& strName);
|
||||
bool EraseAddressBookName(const std::string& strAddress);
|
||||
std::string GetDefaultAddress();
|
||||
bool SetDefaultAddress(const std::string& strAddress);
|
||||
|
||||
// requires cs_mapAddressBook lock
|
||||
bool DelAddressBookName(const std::string& strAddress);
|
||||
|
||||
void UpdatedTransaction(const uint256 &hashTx)
|
||||
{
|
||||
@@ -174,6 +176,7 @@ public:
|
||||
|
||||
bool GetTransaction(const uint256 &hashTx, CWalletTx& wtx);
|
||||
|
||||
bool SetDefaultKey(const std::vector<unsigned char> &vchPubKey);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user