Skip to content

Commit d93e5d4

Browse files
ddustinremyers
authored andcommitted
splice: Clean error statement
Error statement was misformatted and caused a crash instead of reporting the error. Changelog-None
1 parent 0a3adce commit d93e5d4

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
@@ -2089,7 +2089,7 @@ void update_channel_from_inflight(struct lightningd *ld,
20892089
"Updaing channel view for splice causes"
20902090
" an invalid satoshi amount wrapping,"
20912091
" channel: %s, initial funds: %s, splice"
2092-
" banace change: %s",
2092+
" balance change: "PRIi64,
20932093
fmt_channel_id(tmpctx,
20942094
&channel->cid),
20952095
fmt_amount_sat(tmpctx, channel->our_funds),

0 commit comments

Comments
 (0)