Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ getReindex
Method
getReindex
src/node/interfaces.cpp:252–252 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
250
return chainman().ActiveChainstate().IsInitialBlockDownload();
251
}
252
bool getReindex() override { return node::fReindex; }
253
bool getImporting() override { return node::fImporting; }
254
void setNetworkActive(bool active) override
255
{
Callers
1
getBlockSource
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected