MCPcopy 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
1490bool CWallet::IsWalletFlagSet(uint64_t flag) const
1491{
1492 return (m_wallet_flags & flag);
1493}
1494
1495bool CWallet::LoadWalletFlags(uint64_t flags)
1496{

Callers 15

WalletCreateFunction · 0.80
WalletShowInfoFunction · 0.80
feebumper.cppFile · 0.80
CheckFeeRateFunction · 0.80
UpgradeKeyMetadataMethod · 0.80
UpgradeMethod · 0.80
AddKeyPubKeyWithDBMethod · 0.80
GenerateNewKeyMethod · 0.80
GenerateNewSeedMethod · 0.80
NewKeyPoolMethod · 0.80
GetKeyFromPoolMethod · 0.80

Calls

no outgoing calls

Tested by 1

FuzzedWalletMethod · 0.64