From 321a41405054396d80169ad98c50e8337f5832d2 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 16 Apr 2018 04:09:01 +0300 Subject: [PATCH] Syntax --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index af87a802e..28be1ad45 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2252,7 +2252,7 @@ bool ConnectBlock(const CBlock& block, CValidationState& state, CBlockIndex* pin auto disabledVerifier = libzcash::ProofVerifier::Disabled(); // Check it again to verify JoinSplit proofs, and in case a previous version let a bad block in - if (!CheckBlock(pindex->nHeight,pindex,block, state, fExpensiveChecks ? verifier : disabledVerifier, 1, !fJustCheck);// !fJustCheck, !fJustCheck)) + if (!CheckBlock(pindex->nHeight,pindex,block, state, fExpensiveChecks ? verifier : disabledVerifier, 1, !fJustCheck))// !fJustCheck, !fJustCheck)) return false; // verify that the view's current state corresponds to the previous block