diff options
| author | Ross Nicoll <[email protected]> | 2017-04-18 13:36:32 +0100 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2018-09-19 19:21:48 +0100 |
| commit | 64af132fdba545f9caaa93597ad1f0c0a6b6ade1 (patch) | |
| tree | 0bd321225d98e61e1ca85fabeb47c76b2dbe84a5 /src/pow.cpp | |
| parent | Update DB version to 5.1 (diff) | |
| download | discoin-64af132fdba545f9caaa93597ad1f0c0a6b6ade1.tar.xz discoin-64af132fdba545f9caaa93597ad1f0c0a6b6ade1.zip | |
Replace consensus values with Dogecoin equivalents
* Replace chain parameters with Dogecoin values
* Update maximum coins to match Dogecoin
* Disable version 2 block requirement
* Update coinbase maturity to match Dogecoin
Diffstat (limited to 'src/pow.cpp')
| -rw-r--r-- | src/pow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pow.cpp b/src/pow.cpp index e57fd866f..52c826d72 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -9,6 +9,7 @@ #include "chain.h" #include "primitives/block.h" #include "uint256.h" +#include "util.h" unsigned int GetNextWorkRequired(const CBlockIndex* pindexLast, const CBlockHeader *pblock, const Consensus::Params& params) { |