MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / IsStealthMode

Method IsStealthMode

src/options.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29bool Opt::IsStealthMode() {
30 return Args->GetBool("-stealth-mode", false);
31}
32
33bool Opt::HidePlatform() {
34 return Args->GetBool("-hide-platform", false);

Callers 4

XTSubVersionFunction · 0.80
AcceptToMemoryPoolFunction · 0.80
ProcessMessageFunction · 0.80
PushVersionMethod · 0.80

Calls 1

GetBoolMethod · 0.45

Tested by

no test coverage detected