MCPcopy Create free account
hub / github.com/LUX-Core/lux / SetNull

Method SetNull

src/alert.cpp:32–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30CCriticalSection cs_mapAlerts;
31
32void CUnsignedAlert::SetNull()
33{
34 nVersion = 1;
35 nRelayUntil = 0;
36 nExpiration = 0;
37 nID = 0;
38 nCancel = 0;
39 setCancel.clear();
40 nMinVer = 0;
41 nMaxVer = 0;
42 setSubVer.clear();
43 nPriority = 0;
44
45 strComment.clear();
46 strStatusBar.clear();
47 strReserved.clear();
48}
49
50std::string CUnsignedAlert::ToString() const
51{

Callers 14

CreateNewBlockMethod · 0.45
addSpentIndexMethod · 0.45
ThreadSendAlertFunction · 0.45
CMempoolAddressDeltaMethod · 0.45
SpendMethod · 0.45
EncryptHDChainMethod · 0.45
ClearMethod · 0.45
ClearUnspendableMethod · 0.45
CTestNetParamsMethod · 0.45
ReadAccountMethod · 0.45
ReadBlockFromDiskFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected