MCPcopy 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

AppInitMainFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45

Calls 1

VerifyWalletsFunction · 0.85

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.36