diff --git a/src/main.cpp b/src/main.cpp index abdcbf5f6..12eb94616 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1484,8 +1484,9 @@ bool AcceptToMemoryPool( { AssertLockHeld(cs_main); LOCK(pool.cs); // mempool "read lock" (held through pool.addUnchecked()) - if (pfMissingInputs) + if (pfMissingInputs) { *pfMissingInputs = false; + } int nextBlockHeight = chainActive.Height() + 1;