Skip to content

Commit d956405

Browse files
committed
fixup! splice: Clean error statement
1 parent d93e5d4 commit d956405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightningd/peer_control.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2086,10 +2086,10 @@ void update_channel_from_inflight(struct lightningd *ld,
20862086

20872087
channel_fail_permanent(channel,
20882088
REASON_LOCAL,
2089-
"Updaing channel view for splice causes"
2089+
"Updating channel view for splice causes"
20902090
" an invalid satoshi amount wrapping,"
20912091
" channel: %s, initial funds: %s, splice"
2092-
" balance change: "PRIi64,
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)