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

Method UnsetWalletFlag

src/wallet/wallet.cpp:1471–1475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1469}
1470
1471void CWallet::UnsetWalletFlag(uint64_t flag)
1472{
1473 WalletBatch batch(GetDatabase());
1474 UnsetWalletFlagWithDB(batch, flag);
1475}
1476
1477void CWallet::UnsetWalletFlagWithDB(WalletBatch& batch, uint64_t flag)
1478{

Callers 1

setwalletflagFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected