![]() |
![]()
| ![]() |
![]()
NAMElightning-askrene-update-channel -- Command to manipulate channel in a layer SYNOPSISaskrene-update-channel layer short_channel_id_dir [enabled] [htlc_minimum_msat] [htlc_maximum_msat] [fee_base_msat] [fee_proportional_millionths] [cltv_expiry_delta] DESCRIPTIONCommand added in v24.11. The askrene-update-channel RPC command overrides updates for an existing channel when the layer is applied.
RETURN VALUEOn success, an empty object is returned. AUTHORRusty Russell <rusty@rustcorp.com.au> is mainly responsible. SEE ALSOlightning-getroutes(7), lightning-askrene-create-channel(7) RESOURCESMain web site: https://github.com/ElementsProject/lightning EXAMPLESExample 1: Request: $ lightning-cli askrene-update-channel "test_layers" "0x0x1/0" { Response: {} Example 2: Request: $ lightning-cli askrene-update-channel -k "layer"="test_layers" "short_channel_id_dir"="0x0x1/0" "htlc_minimum_msat"=100 "htlc_maximum_msat"=900000000 "fee_base_msat"=1 "fee_proportional_millionths"=2 "cltv_expiry_delta"=18 { Response: {}
|