Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ PurgeMainKey
Method
PurgeMainKey
src/entities/keystore.cpp:69–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
bool CKeyCombi::PurgeMainKey() { return mMainCkey.Clear(); }
70
71
CKeyCombi::CKeyCombi(const CKey& key, int32_t nVersion) {
72
assert(key.IsValid());
Callers
4
AddKeyCombi
Method · 0.80
EncryptKeys
Method · 0.80
DropMainKeysForColdMining
Method · 0.80
WriteCryptedKey
Method · 0.80
Calls
1
Clear
Method · 0.45
Tested by
no test coverage detected