Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ GetCKey
Method
GetCKey
src/entities/keystore.cpp:117–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
bool CKeyCombi::GetCKey(CKey& keyOut, bool fMiner) const {
118
keyOut = fMiner ? mMinerCkey : mMainCkey;
119
120
return keyOut.IsValid();
121
}
122
123
bool CKeyCombi::CreateANewKey() {
124
CleanAll();
Callers
3
AddKeyCombi
Method · 0.80
EncryptKeys
Method · 0.80
GetKey
Method · 0.80
Calls
1
IsValid
Method · 0.45
Tested by
no test coverage detected