Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1519
bool CWallet::IsWalletFlagSet(uint64_t flag)
1520
{
1521
return (m_wallet_flags & flag);
1522
}
1523
1524
bool CWallet::SetWalletFlags(uint64_t overwriteFlags, bool memonly)
1525
{
Callers
6
getnewaddress
Function · 0.45
getrawchangeaddress
Function · 0.45
keypoolrefill
Function · 0.45
getwalletinfo
Function · 0.45
CreateWalletFromFile
Method · 0.45
privateKeysDisabled
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected