MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / EraseBlockTx

Method EraseBlockTx

src/wallet/walletdb.cpp:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

SyncTransactionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected