MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / load

Method load

src/wallet/interfaces.cpp:551–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549 }
550 bool verify() override { return VerifyWallets(m_context); }
551 bool load() override { return LoadWallets(m_context); }
552 void start(CScheduler& scheduler) override
553 {
554 m_context.scheduler = &scheduler;

Callers 4

ScanningDurationMethod · 0.45
blockConnectedMethod · 0.45
MaybeUpdateBirthTimeMethod · 0.45
AttachChainMethod · 0.45

Calls 1

LoadWalletsFunction · 0.85

Tested by

no test coverage detected