Skip to content

Commit 1203e06

Browse files
committed
fixup! splice: Clean error statement
1 parent 9b74028 commit 1203e06

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

21222122
channel_fail_permanent(channel,
21232123
REASON_LOCAL,
2124-
"Updaing channel view for splice causes"
2124+
"Updating channel view for splice causes"
21252125
" an invalid satoshi amount wrapping,"
21262126
" channel: %s, initial funds: %s, splice"
2127-
" balance change: "PRIi64,
2127+
" balance change: %"PRIi64,
21282128
fmt_channel_id(tmpctx,
21292129
&channel->cid),
21302130
fmt_amount_sat(tmpctx, channel->our_funds),

0 commit comments

Comments
 (0)