| 509 | } |
| 510 | |
| 511 | unsigned int CChainParams::EquihashSolutionWidth(int height) const |
| 512 | { |
| 513 | return EhSolutionWidth(EquihashN(height), EquihashK(height)); |
| 514 | } |
| 515 | |
| 516 | bool CChainParams::IsPremineAddressScript(const CScript& scriptPubKey, uint32_t height) const { |
| 517 | static const int LOCK_TIME = 3 * 365 * 24 * 3600; // 3 years |
no test coverage detected