Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ IsLocked
Method
IsLocked
src/wallet/crypter.cpp:155–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
}
154
155
bool CCryptoKeyStore::IsLocked() const
156
{
157
if (!IsCrypted()) {
158
return false;
159
}
160
LOCK(cs_KeyStore);
161
return vMasterKey.empty();
162
}
163
164
bool CCryptoKeyStore::Lock()
165
{
Callers
4
EnsureWalletIsUnlocked
Function · 0.80
getnewaddress
Function · 0.80
getrawchangeaddress
Function · 0.80
isLocked
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected