Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ScanningDuration
Method · 0.45
blockConnected
Method · 0.45
MaybeUpdateBirthTime
Method · 0.45
AttachChain
Method · 0.45
Calls
1
LoadWallets
Function · 0.85
Tested by
no test coverage detected