From 77ad8944ca8e7489a9f0fe03ee6ea4c557056ff2 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 11 Apr 2019 23:59:33 -1100 Subject: [PATCH] -,1 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index db81c2070..5ce7ca46d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -5151,7 +5151,7 @@ bool ContextualCheckBlock(const CBlock& block, CValidationState& state, CBlockIn const CTransaction& tx = block.vtx[i]; // Check transaction contextually against consensus rules at block height - if (!ContextualCheckTransaction(&block,pindexPrev,tx, state, nHeight, 100,1)) { + if (!ContextualCheckTransaction(&block,pindexPrev,tx, state, nHeight, 100)) { return false; // Failure reason has been set in validation state object }