Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ WriteHDChain
Method
WriteHDChain
src/wallet/walletdb.cpp:1166–1169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1164
1165
1166
bool WalletBatch::WriteHDChain(const CHDChain& chain)
1167
{
1168
return WriteIC(DBKeys::HDCHAIN, chain);
1169
}
1170
1171
bool WalletBatch::WriteWalletFlags(const uint64_t flags)
1172
{
Callers
3
Upgrade
Method · 0.80
AddHDChain
Method · 0.80
DeriveNewChildKey
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected