MCPcopy 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
1166bool WalletBatch::WriteHDChain(const CHDChain& chain)
1167{
1168 return WriteIC(DBKeys::HDCHAIN, chain);
1169}
1170
1171bool WalletBatch::WriteWalletFlags(const uint64_t flags)
1172{

Callers 3

UpgradeMethod · 0.80
AddHDChainMethod · 0.80
DeriveNewChildKeyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected