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

Method GetGenesisBlockHash

src/config/configuration.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37uint256 G_CONFIG_TABLE::GetGenesisBlockHash(const NET_TYPE type) const {
38 assert(type >= 0 && type < 3);
39 return uint256S(genesisBlockHash[type]);
40}
41
42const string G_CONFIG_TABLE::GetAlertPkey(const NET_TYPE type) const {
43 assert(type >= 0 && type < 2);

Callers 9

ConnectBlockFunction · 0.80
CheckBlockFunction · 0.80
AcceptBlockFunction · 0.80
SyncTransactionMethod · 0.80
GetTxDetailJSONFunction · 0.80
VerifyRewardTxFunction · 0.80
CMainParamsMethod · 0.80
CTestNetParamsMethod · 0.80
CRegTestParamsMethod · 0.80

Calls 1

uint256SFunction · 0.85

Tested by

no test coverage detected