]> Git Repo - VerusCoin.git/commit - src/miner.cpp
Only enable min-difficulty blocks on testnet from a particular height
authorJack Grigg <[email protected]>
Thu, 4 Oct 2018 13:05:27 +0000 (14:05 +0100)
committerJack Grigg <[email protected]>
Thu, 4 Oct 2018 13:05:27 +0000 (14:05 +0100)
commitb86dc98047a1cf373c11cbb5bb9cfde65aa4a67c
tree84ec4e934b3480afa1aa26fb8ab500374b5359c2
parent1702a86455c426da46473770c990257c4a1e087d
Only enable min-difficulty blocks on testnet from a particular height

The min-difficulty change is a bilateral consensus rule change, and so
must be conditionally enabled in order for the earlier section of the
chain to synchronise.

Technically this could be implemented as a network upgrade, but as this will
never be deployed to mainnet, a targeted fork will suffice.
src/chainparams.cpp
src/consensus/params.h
src/miner.cpp
src/pow.cpp
This page took 0.025767 seconds and 4 git commands to generate.