| 437 | } |
| 438 | |
| 439 | uint32_t CBaseParams::GetOneDayBlocks(const int32_t currBlockHeight) const { |
| 440 | uint32_t count = ::GetDayBlockCount(currBlockHeight); |
| 441 | if (NetworkID() != REGTEST_NET) |
| 442 | return count; |
| 443 | return GetArg("-onedayblocks", count); |
| 444 | } |
no test coverage detected