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

Method GetAlertPkey

src/config/configuration.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42const string G_CONFIG_TABLE::GetAlertPkey(const NET_TYPE type) const {
43 assert(type >= 0 && type < 2);
44 return AlertPubKey[type];
45}
46
47const vector<string> G_CONFIG_TABLE::GetInitPubKey(const NET_TYPE type) const {
48 assert(type >= 0 && type < 3);

Callers 2

CMainParamsMethod · 0.80
CTestNetParamsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected