Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ verify
Method
verify
src/wallet/interfaces.cpp:550–550 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
548
}
549
}
550
bool verify() override { return VerifyWallets(m_context); }
551
bool load() override { return LoadWallets(m_context); }
552
void start(CScheduler& scheduler) override
553
{
Callers
2
AppInitMain
Function · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
Calls
1
VerifyWallets
Function · 0.85
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.36