Skip to content

Commit

Permalink
Remove the override of nMaxTipAge that effectively disables it on tes…
Browse files Browse the repository at this point in the history
…tnet.

This is relevant to zcash#1609 because it hid the bug, but does not fix that
issue; the fix is to regenerate the genesis blocks.

Signed-off-by: Daira Hopwood <[email protected]>
  • Loading branch information
daira committed Oct 26, 2016
1 parent 7b530c7 commit 5551db8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ class CTestNetParams : public CMainParams {
vAlertPubKey = ParseHex("044e7a1553392325c871c5ace5d6ad73501c66f4c185d6b0453cf45dec5a1322e705c672ac1a27ef7cdaf588c10effdf50ed5f95f85f2f54a5f6159fca394ed0c6");
nDefaultPort = 18233;
nMinerThreads = 0;
nMaxTipAge = 0x7fffffff;
nPruneAfterHeight = 1000;

//! Modify the testnet genesis block so the timestamp is valid for a later start.
Expand Down

0 comments on commit 5551db8

Please sign in to comment.