Skip to content

Commit 0dce542

Browse files
committed
fixup! splice: Clean error statement
1 parent 8d43973 commit 0dce542

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

21242124
channel_fail_permanent(channel,
21252125
REASON_LOCAL,
2126-
"Updaing channel view for splice causes"
2126+
"Updating channel view for splice causes"
21272127
" an invalid satoshi amount wrapping,"
21282128
" channel: %s, initial funds: %s, splice"
2129-
" balance change: "PRIi64,
2129+
" balance change: %"PRIi64,
21302130
fmt_channel_id(tmpctx,
21312131
&channel->cid),
21322132
fmt_amount_sat(tmpctx, channel->our_funds),

0 commit comments

Comments
 (0)