lightning-askrene-update-channel

lightning-askrene-update-channel -- Command to manipulate channel in a layer (EXPERIMENTAL)

SYNOPSIS

askrene-update-channel layer short_channel_id_dir [htlc_min] [htlc_max] [base_fee] [proportional_fee] [cltv_expiry_delta]

DESCRIPTION

WARNING: experimental, so API may change.

The askrene-update-channel RPC command overrides updates for an existing channel when the layer is applied.

  • layer (string): The name of the layer to apply this change to.
  • short_channel_id_dir (short_channel_id_dir): The channel and direction to apply the change to.
  • htlc_min (msat, optional): The minimum value allowed in this direction.
  • htlc_max (msat, optional): The maximum value allowed in this direction.
  • base_fee (msat, optional): The base fee to apply to use the channel in this direction.
  • proportional_fee (u32, optional): The proportional fee (in parts per million) to apply to use the channel in this direction.
  • cltv_expiry_delta (u16, optional): The CLTV delay required for this direction.

RETURN VALUE

On success, an empty object is returned.

AUTHOR

Rusty Russell <[email protected]> is mainly responsible.

SEE ALSO

lightning-getroutes(7), lightning-askrene-create-channel(7)

RESOURCES

Main web site: https://github.com/ElementsProject/lightning