splice: Clean error statement
Error statement was misformatted and caused a crash instead of reporting the error. Changelog-None
This commit is contained in:
committed by
Rusty Russell
parent
c9c56e340d
commit
afdc010d96
@@ -2144,7 +2144,7 @@ void update_channel_from_inflight(struct lightningd *ld,
|
||||
"Updaing channel view for splice causes"
|
||||
" an invalid satoshi amount wrapping,"
|
||||
" channel: %s, initial funds: %s, splice"
|
||||
" banace change: %s",
|
||||
" balance change: "PRIi64,
|
||||
fmt_channel_id(tmpctx,
|
||||
&channel->cid),
|
||||
fmt_amount_sat(tmpctx, channel->our_funds),
|
||||
|
||||
Reference in New Issue
Block a user