This is set to 0 by default but allows a consensus parameter to disallow blocks from validating if their mining times are too close together.
To use this, select a block height at which this is valid, make a new consensus param structure in src/chainparams.cpp, and add it to the binary tree.
Note that at least 51% of nodes (at least those which propagate newly-mined blocks to the network) will have to agree on this change for it to take effect.
This is set to 0 by default but allows a consensus parameter to disallow blocks from validating if their mining times are too close together.
To use this, select a block height at which this is valid, make a new consensus param structure in
src/chainparams.cpp
, and add it to the binary tree.Note that at least 51% of nodes (at least those which propagate newly-mined blocks to the network) will have to agree on this change for it to take effect.