I wonder we need user-facing API to update relay parameter for
- cltv_expiry_delta
htlc_minimum_msat
- fee_base_msat
- fee_proportional_millionths
and fire channel_update message (if there is actual update). (related to #169?)
While writing test code for #157, I found that it'd be much easier (and more realistic) to actually change channel config to simulate error condition.