Skip to content

Commit 0576425

Browse files
committed
fixup! splice: Clean error statement
1 parent d46a049 commit 0576425

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
@@ -2092,10 +2092,10 @@ void update_channel_from_inflight(struct lightningd *ld,
20922092

20932093
channel_fail_permanent(channel,
20942094
REASON_LOCAL,
2095-
"Updaing channel view for splice causes"
2095+
"Updating channel view for splice causes"
20962096
" an invalid satoshi amount wrapping,"
20972097
" channel: %s, initial funds: %s, splice"
2098-
" balance change: "PRIi64,
2098+
" balance change: %"PRIi64,
20992099
fmt_channel_id(tmpctx,
21002100
&channel->cid),
21012101
fmt_amount_sat(tmpctx, channel->our_funds),

0 commit comments

Comments
 (0)