Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ IsWalletFlagSet
Method
IsWalletFlagSet
src/wallet/wallet.cpp:1490–1493 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1488
}
1489
1490
bool CWallet::IsWalletFlagSet(uint64_t flag) const
1491
{
1492
return (m_wallet_flags & flag);
1493
}
1494
1495
bool CWallet::LoadWalletFlags(uint64_t flags)
1496
{
Callers
15
WalletCreate
Function · 0.80
WalletShowInfo
Function · 0.80
feebumper.cpp
File · 0.80
CheckFeeRate
Function · 0.80
CreateRateBumpTransaction
Function · 0.80
UpgradeKeyMetadata
Method · 0.80
Upgrade
Method · 0.80
AddKeyPubKeyWithDB
Method · 0.80
GenerateNewKey
Method · 0.80
GenerateNewSeed
Method · 0.80
NewKeyPool
Method · 0.80
GetKeyFromPool
Method · 0.80
Calls
no outgoing calls
Tested by
1
FuzzedWallet
Method · 0.64