mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
remove setting methods in wallet/walletdb
This commit is contained in:
parent
44eb59e4a6
commit
cdb6c16935
3 changed files with 0 additions and 41 deletions
|
|
@ -154,12 +154,6 @@ bool CWalletDB::ErasePool(int64_t nPool)
|
|||
return Erase(std::make_pair(std::string("pool"), nPool));
|
||||
}
|
||||
|
||||
bool CWalletDB::EraseSetting(const std::string& strKey)
|
||||
{
|
||||
nWalletDBUpdated++;
|
||||
return Erase(std::make_pair(std::string("setting"), strKey));
|
||||
}
|
||||
|
||||
bool CWalletDB::WriteMinVersion(int nVersion)
|
||||
{
|
||||
return Write(std::string("minversion"), nVersion);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue