Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ WriteWalletFlags
Method
WriteWalletFlags
src/wallet/walletdb.cpp:1171–1174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1169
}
1170
1171
bool WalletBatch::WriteWalletFlags(const uint64_t flags)
1172
{
1173
return WriteIC(DBKeys::FLAGS, flags);
1174
}
1175
1176
bool WalletBatch::TxnBegin()
1177
{
Callers
3
SetWalletFlag
Method · 0.80
UnsetWalletFlagWithDB
Method · 0.80
AddWalletFlags
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected