MCPcopy Create free account
hub / github.com/ElementsProject/elements / UnsetBlankWalletFlag

Method UnsetBlankWalletFlag

src/wallet/wallet.cpp:1485–1488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1483}
1484
1485void CWallet::UnsetBlankWalletFlag(WalletBatch& batch)
1486{
1487 UnsetWalletFlagWithDB(batch, WALLET_FLAG_BLANK_WALLET);
1488}
1489
1490bool CWallet::IsWalletFlagSet(uint64_t flag) const
1491{

Callers 6

AddKeyPubKeyWithDBMethod · 0.80
AddWatchOnlyWithDBMethod · 0.80
SetHDSeedMethod · 0.80
AddCScriptWithDBMethod · 0.80
SetupDescriptorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected