MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / IsWalletFlagSet

Method IsWalletFlagSet

src/wallet/wallet.cpp:1519–1522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1517}
1518
1519bool CWallet::IsWalletFlagSet(uint64_t flag)
1520{
1521 return (m_wallet_flags & flag);
1522}
1523
1524bool CWallet::SetWalletFlags(uint64_t overwriteFlags, bool memonly)
1525{

Callers 6

getnewaddressFunction · 0.45
getrawchangeaddressFunction · 0.45
keypoolrefillFunction · 0.45
getwalletinfoFunction · 0.45
CreateWalletFromFileMethod · 0.45
privateKeysDisabledMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected