aboutsummaryrefslogtreecommitdiff
path: root/src/pow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pow.h')
-rw-r--r--src/pow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pow.h b/src/pow.h
index 9880621788..6aea713fc4 100644
--- a/src/pow.h
+++ b/src/pow.h
@@ -22,4 +22,6 @@ unsigned int ComputeMinWork(unsigned int nBase, int64_t nTime);
void UpdateTime(CBlockHeader* block, const CBlockIndex* pindexPrev);
+uint256 GetProofIncrement(unsigned int nBits);
+
#endif