diff options
| author | Ross Nicoll <[email protected]> | 2017-09-24 15:56:19 +0100 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2018-09-19 19:23:29 +0100 |
| commit | 1de15c70ce8065334fd827b137eba8fb899b527a (patch) | |
| tree | 1ee5cc2bc768e4d018aebb403e960462d7ce18b6 /src/dogecoin.h | |
| parent | Sync mining code from Namecore to resolve unit test failures (#1385) (diff) | |
| download | discoin-1de15c70ce8065334fd827b137eba8fb899b527a.tar.xz discoin-1de15c70ce8065334fd827b137eba8fb899b527a.zip | |
Sync changes from Dogecoin 1.10
Diffstat (limited to 'src/dogecoin.h')
| -rw-r--r-- | src/dogecoin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dogecoin.h b/src/dogecoin.h index edc07b5f5..e466d1e98 100644 --- a/src/dogecoin.h +++ b/src/dogecoin.h @@ -6,6 +6,7 @@ #include "chain.h" #include "chainparams.h" +bool AllowDigishieldMinDifficultyForBlock(const CBlockIndex* pindexLast, const CBlockHeader *pblock, const Consensus::Params& params); CAmount GetDogecoinBlockSubsidy(int nHeight, const Consensus::Params& consensusParams, uint256 prevHash); unsigned int CalculateDogecoinNextWorkRequired(const CBlockIndex* pindexLast, int64_t nLastRetargetTime, const Consensus::Params& params); |