From 95547e9791df3f43aa321cb16bfb8d3b3787fb36 Mon Sep 17 00:00:00 2001 From: EverGreenCoin Date: Fri, 27 Oct 2017 05:50:29 -0400 Subject: [PATCH] note-worth comment added --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 6828ce8..7bd10f6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1080,7 +1080,7 @@ int64 GetProofOfStakeReward(int64 nCoinAge, unsigned int nBits, unsigned int nTi static const int64 nTargetTimespan = 4 * 60 * 60; // 4-hour void loop() { if (nBestHeight > (int)HF_BLOCK) nStakeTargetSpacing = 4 * 60; /* 4 minute target enforced */ } -static const int64 nTargetSpacingWorkMax = 12 * nStakeTargetSpacing; // 2-hour +static const int64 nTargetSpacingWorkMax = 12 * nStakeTargetSpacing; // 2-hour // 48 min if 'if' above true // // minimum amount of work that could possibly be required nTime after