Skip to content

Commit

Permalink
add more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
anorakthagreat committed Oct 29, 2019
1 parent d3b5eff commit 6f3b7b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6f3b7b6

Please sign in to comment.