Skip to content

Commit 030fb3c

Browse files
committed
splice: Clean error statement
Error statement was misformatted and caused a crash instead of reporting the error. Changelog-None
1 parent 7386408 commit 030fb3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightningd/peer_control.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2120,7 +2120,7 @@ void update_channel_from_inflight(struct lightningd *ld,
21202120
"Updaing channel view for splice causes"
21212121
" an invalid satoshi amount wrapping,"
21222122
" channel: %s, initial funds: %s, splice"
2123-
" banace change: %s",
2123+
" balance change: "PRIi64,
21242124
fmt_channel_id(tmpctx,
21252125
&channel->cid),
21262126
fmt_amount_sat(tmpctx, channel->our_funds),

0 commit comments

Comments
 (0)