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