Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1471
void CWallet::UnsetWalletFlag(uint64_t flag)
1472
{
1473
WalletBatch batch(GetDatabase());
1474
UnsetWalletFlagWithDB(batch, flag);
1475
}
1476
1477
void CWallet::UnsetWalletFlagWithDB(WalletBatch& batch, uint64_t flag)
1478
{
Callers
1
setwalletflag
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected