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

Method flush

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

Source from the content-addressed store, hash-verified

549 bool load() override { return LoadWallets(m_context); }
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

Callers 5

tree_sha512sumFunction · 0.80
gen-manpages.pyFile · 0.80
shutdownMethod · 0.80
ShutdownFunction · 0.80
ipcSendCommandLineMethod · 0.80

Calls 1

FlushWalletsFunction · 0.85

Tested by 1

shutdownMethod · 0.64