diff --git a/lightningd/watch.c b/lightningd/watch.c index 8ad4cd95c..faba763ec 100644 --- a/lightningd/watch.c +++ b/lightningd/watch.c @@ -208,8 +208,8 @@ static bool txw_fire(struct txwatch *txw, if (txw->depth == -1) { log_debug(txw->topo->log, - "Got first depth change ->%u for %s", - txw->depth, + "Got first depth change 0->%u for %s", + depth, fmt_bitcoin_txid(tmpctx, &txw->txid)); } else { /* zero depth signals a reorganization */