splice: Clean error statement

Error statement was misformatted and caused a crash instead of reporting the error.

Changelog-None
This commit is contained in:
Dusty Daemon
2025-03-14 13:21:14 -04:00
committed by Rusty Russell
parent c9c56e340d
commit afdc010d96

View File

@@ -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),