|
@ -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, |
|
|