MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / EquihashSolutionWidth

Method EquihashSolutionWidth

src/chainparams.cpp:511–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

CheckBlockHeaderFunction · 0.80

Calls 1

EhSolutionWidthFunction · 0.85

Tested by

no test coverage detected