| 30 | } |
| 31 | |
| 32 | uint8_t G_CONFIG_TABLE::GetGenesisBlockNonce(const NET_TYPE type) const { |
| 33 | assert(type >= 0 && type < 3); |
| 34 | return GenesisBlockNonce[type]; |
| 35 | } |
| 36 | |
| 37 | uint256 G_CONFIG_TABLE::GetGenesisBlockHash(const NET_TYPE type) const { |
| 38 | assert(type >= 0 && type < 3); |
no outgoing calls
no test coverage detected