Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ IsLocked
Method
IsLocked
src/wallet/wallet.cpp:3358–3365 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3356
}
3357
3358
bool CWallet::IsLocked() const
3359
{
3360
if (!IsCrypted()) {
3361
return false;
3362
}
3363
LOCK(cs_wallet);
3364
return vMasterKey.empty();
3365
}
3366
3367
bool CWallet::Lock()
3368
{
Callers
15
UpgradeKeyMetadata
Method · 0.80
SetupGeneration
Method · 0.80
AddKeyPubKeyInner
Method · 0.80
TopUpChain
Method · 0.80
GetKeyFromPool
Method · 0.80
GetKeys
Method · 0.80
AddDescriptorKeyWithDB
Method · 0.80
UpgradeDescriptorCache
Method · 0.80
isLocked
Method · 0.80
getpeginaddress
Function · 0.80
initpegoutwallet
Function · 0.80
createrawpegin
Function · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected