Would like to see some more parameters added to Channel Acceptor
to_self_delay
base_fee
fee_rate
time_lock_delta
I realize that the base_fee, fee_rate, and time_lock_delta can be changed at any time by the other party, but if we already know their values will be undesirable to us from the start, we'd rather not take the risk opening a channel with them.
Also, the to_self_delay could be renegotiated later if lightning/bolts#1117 gets complete, but again we'd rather not open a channel with someone if we know we are going to want to renegotiate immediately. See #8635 for some more discussion on why controlling the to_self_delay is desirable.
Would like to see some more parameters added to Channel Acceptor
to_self_delaybase_feefee_ratetime_lock_deltaI realize that the
base_fee,fee_rate, andtime_lock_deltacan be changed at any time by the other party, but if we already know their values will be undesirable to us from the start, we'd rather not take the risk opening a channel with them.Also, the
to_self_delaycould be renegotiated later if lightning/bolts#1117 gets complete, but again we'd rather not open a channel with someone if we know we are going to want to renegotiate immediately. See #8635 for some more discussion on why controlling theto_self_delayis desirable.