MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / InitError

Function InitError

src/init.cpp:190–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190bool static InitError(const string &str) {
191 LogPrint(BCLog::ERROR, "%s\n", str);
192 fprintf(stderr, "Initialize error: %s\n", str.c_str());
193 return false;
194}
195
196bool static Bind(const CService &addr, uint32_t flags) {
197 if (!(flags & BF_EXPLICIT) && IsLimited(addr))

Callers 3

BindFunction · 0.85
AppInitFunction · 0.85
StartUpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected