From b2dd758ce4b9fbff88205c49ef6392862b15d6d1 Mon Sep 17 00:00:00 2001 From: Glenn Willen Date: Mon, 22 Nov 2021 13:37:31 -0800 Subject: [PATCH] Remove redundant log message in IsValidPeginWitness --- src/pegins.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pegins.cpp b/src/pegins.cpp index 6bb9229ebe..2ba435623b 100644 --- a/src/pegins.cpp +++ b/src/pegins.cpp @@ -373,7 +373,6 @@ bool IsValidPeginWitness(const CScriptWitness& pegin_witness, const std::vector< if (tx_index == 0) { required_depth = std::max(required_depth, (unsigned int)COINBASE_MATURITY); } - LogPrintf("Required depth: %d\n", required_depth); if (!IsConfirmedBitcoinBlock(block_hash, required_depth, num_txs)) { err_msg = "Needs more confirmations."; if (depth_failed) {