Browse Source

correct messge format

issue-2504
arowser 6 years ago
committed by Rusty Russell
parent
commit
8e8f5bbaba
  1. 4
      openingd/openingd.c

4
openingd/openingd.c

@ -240,8 +240,8 @@ static bool check_config_bounds(struct state *state,
negotiation_failed(state, am_funder, negotiation_failed(state, am_funder,
"channel capacity with funding %s," "channel capacity with funding %s,"
" reserves %s/%s," " reserves %s/%s,"
" max_htlc_value_in_flight_msat %s" " max_htlc_value_in_flight_msat is %s,"
" is %s msat, which is below %s msat", " channel capacity is %s, which is below %s",
type_to_string(tmpctx, struct amount_sat, type_to_string(tmpctx, struct amount_sat,
&state->funding), &state->funding),
type_to_string(tmpctx, struct amount_sat, type_to_string(tmpctx, struct amount_sat,

Loading…
Cancel
Save