MCPcopy Create free account
hub / github.com/ElementsProject/elements / stop

Method stop

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

Source from the content-addressed store, hash-verified

550 void start(CScheduler& scheduler) override { return StartWallets(m_context, scheduler); }
551 void flush() override { return FlushWallets(m_context); }
552 void stop() override { return StopWallets(m_context); }
553 void setMockTime(int64_t time) override { return SetMockTime(time); }
554
555 //! WalletLoader methods

Callers 9

~WalletTestingSetupMethod · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
~ChainTestingSetupMethod · 0.45
requestShutdownMethod · 0.45
setClientModelMethod · 0.45
stopAutoRefreshMethod · 0.45
setGraphRangeMethod · 0.45
clearMethod · 0.45
countDownMethod · 0.45

Calls 1

StopWalletsFunction · 0.85

Tested by 3

~WalletTestingSetupMethod · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
~ChainTestingSetupMethod · 0.36