From 6f3b7b669ac32cc79c67a4327598b0c8c6463990 Mon Sep 17 00:00:00 2001 From: Anorak Tha Great Date: Tue, 29 Oct 2019 00:28:17 -0600 Subject: [PATCH] add more comments --- src/chainparams.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index fcf375fc0e..a1723e0218 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -222,7 +222,9 @@ class CMainParams : public CChainParams { } }; - // todo: check and set correctly! + // TODO: check and set correctly! Only relevant to estimate verification progress... + /** Guess verification progress (as a fraction between 0.0=genesis and 1.0=current tip). + // double GuessVerificationProgress(const ChainTxData& data, const CBlockIndex* pindex) */ chainTxData = ChainTxData{ // Data from rpc: getchaintxstats 4096 0000000000000000002e63058c023a9a1de233554f28c7b21380b6c9003f36a8 /* nTime */ 1532884444,