aboutsummaryrefslogtreecommitdiff
path: root/src/dogecoin.h
diff options
context:
space:
mode:
authorRoss Nicoll <[email protected]>2017-09-24 15:56:19 +0100
committerRoss Nicoll <[email protected]>2018-09-19 19:23:29 +0100
commit1de15c70ce8065334fd827b137eba8fb899b527a (patch)
tree1ee5cc2bc768e4d018aebb403e960462d7ce18b6 /src/dogecoin.h
parentSync mining code from Namecore to resolve unit test failures (#1385) (diff)
downloaddiscoin-1de15c70ce8065334fd827b137eba8fb899b527a.tar.xz
discoin-1de15c70ce8065334fd827b137eba8fb899b527a.zip
Sync changes from Dogecoin 1.10
Diffstat (limited to 'src/dogecoin.h')
-rw-r--r--src/dogecoin.h1
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);