Skip to content

Commit

Permalink
checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoinz committed Dec 12, 2017
1 parent 93ef0ff commit d80dfac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ bool fTxIndex = false;
bool fHavePruned = false;
bool fPruneMode = false;
bool fIsBareMultisigStd = true;
bool fCheckBlockIndex = false;
bool fCheckpointsEnabled = false;
bool fCheckBlockIndex = true;
bool fCheckpointsEnabled = true;
bool fCoinbaseEnforcedProtectionEnabled = true;
size_t nCoinCacheUsage = 5000 * 300;
uint64_t nPruneTarget = 0;
Expand Down

0 comments on commit d80dfac

Please sign in to comment.