From afdc010d96946b89d0564dc2beaa55ed24f632ad Mon Sep 17 00:00:00 2001 From: Dusty Daemon Date: Fri, 14 Mar 2025 13:21:14 -0400 Subject: [PATCH] splice: Clean error statement Error statement was misformatted and caused a crash instead of reporting the error. Changelog-None --- lightningd/peer_control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightningd/peer_control.c b/lightningd/peer_control.c index c5cabc917..87edca20e 100644 --- a/lightningd/peer_control.c +++ b/lightningd/peer_control.c @@ -2144,7 +2144,7 @@ void update_channel_from_inflight(struct lightningd *ld, "Updaing channel view for splice causes" " an invalid satoshi amount wrapping," " channel: %s, initial funds: %s, splice" - " banace change: %s", + " balance change: "PRIi64, fmt_channel_id(tmpctx, &channel->cid), fmt_amount_sat(tmpctx, channel->our_funds),