Skip to content

Commit 90b5f04

Browse files
rustyrussellendothermicdev
authored andcommitted
wallet: don't debug spam every output script as we rescan blocks.
This was left over from debugging! Signed-off-by: Rusty Russell <[email protected]>
1 parent deae922 commit 90b5f04

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: wallet/wallet.c

-4
Original file line numberDiff line numberDiff line change
@@ -6552,10 +6552,6 @@ static void mutual_close_p2pkh_catch(struct bitcoind *bitcoind,
65526552
const struct wally_tx_output *txout = &wtx->outputs[outnum];
65536553
for (size_t n = 0; n < tal_count(missing->addrs); n++) {
65546554
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));
65596555
if (!memeq(txout->script, txout->script_len,
65606556
missing->addrs[n].scriptpubkey,
65616557
tal_bytelen(missing->addrs[n].scriptpubkey)))

0 commit comments

Comments
 (0)