We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deae922 commit 90b5f04Copy full SHA for 90b5f04
wallet/wallet.c
@@ -6552,10 +6552,6 @@ static void mutual_close_p2pkh_catch(struct bitcoind *bitcoind,
6552
const struct wally_tx_output *txout = &wtx->outputs[outnum];
6553
for (size_t n = 0; n < tal_count(missing->addrs); n++) {
6554
struct bitcoin_outpoint outp;
6555
- log_debug(bitcoind->ld->log, "%zu out %zu: %s (seeking %s)",
6556
- i, outnum,
6557
- tal_hexstr(tmpctx, txout->script, txout->script_len),
6558
- tal_hex(tmpctx, missing->addrs[n].scriptpubkey));
6559
if (!memeq(txout->script, txout->script_len,
6560
missing->addrs[n].scriptpubkey,
6561
tal_bytelen(missing->addrs[n].scriptpubkey)))
0 commit comments