Set witness cache size equal to coinbase maturity duration

Both constants have the same implicit assumption: that the blockchain will very
rarely undergo a reorganisation of that size.
This commit is contained in:
Jack Grigg
2016-08-31 15:26:49 +12:00
parent ad20f2149a
commit 38a6e7a74d
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,6 @@
#include "base58.h"
#include "checkpoints.h"
#include "coincontrol.h"
#include "consensus/consensus.h"
#include "consensus/validation.h"
#include "init.h"
#include "main.h"