| 282 | } |
| 283 | |
| 284 | bool CWalletDB::EraseBlockTx(const uint256& hash) { |
| 285 | nWalletDBUpdated++; |
| 286 | return Erase(make_pair(string("blocktx"), hash)); |
| 287 | } |
| 288 | |
| 289 | bool CWalletDB::WriteKeyStoreValue(const CKeyID& keyId, const CKeyCombi& KeyCombi, int32_t nVersion) { |
| 290 | nWalletDBUpdated++; |