From 19c36daa57b026db0e134396542660b0b5c65c20 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 28 Jul 2013 02:27:46 +0400 Subject: [PATCH] Comment fix --- src/main.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 6660af6..af4e190 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1036,7 +1036,7 @@ int64 GetProofOfStakeReward(int64 nCoinAge, unsigned int nBits, unsigned int nTi else { // - // Until 20 Oct 2013: reward for coin-year is cut in half every 8x multiply of PoS difficulty + // Since 20 Oct 2013: reward for coin-year is cut in half every 8x multiply of PoS difficulty // // (nRewardCoinYearLimit / nRewardCoinYear) ** 3 == bnProofOfStakeLimit / bnTarget // -- 1.7.1