MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / SetWalletFlag

Method SetWalletFlag

src/wallet/wallet.cpp:1747–1751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1745}
1746
1747void CWallet::SetWalletFlag(uint64_t flags)
1748{
1749 WalletBatch batch(GetDatabase());
1750 return SetWalletFlagWithDB(batch, flags);
1751}
1752
1753void CWallet::SetWalletFlagWithDB(WalletBatch& batch, uint64_t flags)
1754{

Callers 15

BOOST_FIXTURE_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
NewWalletFunction · 0.80
CreateSyncedWalletFunction · 0.80
CreateDescriptorFunction · 0.80
NewWalletFunction · 0.80
setwalletflagFunction · 0.80
FuzzedWalletMethod · 0.80
SetupDescriptorsWalletFunction · 0.80

Calls

no outgoing calls

Tested by 9

BOOST_FIXTURE_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
NewWalletFunction · 0.64
CreateSyncedWalletFunction · 0.64
CreateDescriptorFunction · 0.64
NewWalletFunction · 0.64
FuzzedWalletMethod · 0.64
SetupDescriptorsWalletFunction · 0.64