lightning-delforward

lightning-delforward -- Command for removing a forwarding entry

SYNOPSIS

delforward in_channel in_htlc_id status

DESCRIPTION

The delforward RPC command removes a single forward from listforwards, using the uniquely-identifying in_channel and in_htlc_id (and, as a sanity check, the status) given by that command.

This command is mainly used by the autoclean plugin (see lightningd- config(7)), As these database entries are only kept for your own analysis, removing them has no effect on the running of your node.

  • in_channel (short_channel_id): Only the matching forwards on the given inbound channel are deleted. Note: for listforwards entries without an in_htlc_id entry (no longer created in v22.11, but can exist from older versions), a value of 18446744073709551615 can be used, but then it will delete all entries without in_htlc_id for this in_channel and status.
  • in_htlc_id (u64): The unique HTLC id the sender gave this (not present if incoming channel was closed before upgrade to v22.11).
  • status (string) (one of "settled", "local_failed", "failed"): The status of the forward to delete. You cannot delete forwards which have status offered (i.e. are currently active).

RETURN VALUE

On success, an empty object is returned.

ERRORS

The following errors may be reported:

  • 1401: The forward specified does not exist.

AUTHOR

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

SEE ALSO

lightning-autoclean(7)

RESOURCES

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

EXAMPLES

Example 1:

Request:

lightning-cli delforward -k "in_channel"="109x1x1" "in_htlc_id"=4 "status"="local_failed"
{
  "id": "example:delforward#1",
  "method": "delforward",
  "params": {
    "in_channel": "109x1x1",
    "in_htlc_id": 4,
    "status": "local_failed"
  }
}

Response:

{}

Example 2:

Request:

lightning-cli delforward "109x1x1" "19" "failed"
{
  "id": "example:delforward#2",
  "method": "delforward",
  "params": [
    "109x1x1",
    19,
    "failed"
  ]
}

Response:

{}

Core Lightning (previously c-lightning) is a lightweight, highly customizable and standard compliant implementation of the Lightning Network protocol.

© 2023 Core Lightning
All rights reserved.

Discussion Forum

The official Core Lightning forum is hosted at discuss.corelightning.org

BuildonL2 Community

The official BuildOnL2 community lives at community.corelightning.org. Join us and build the future of bitcoin on lightning.

Mailing List

For general discussions about CLN implementation, use [email protected]. For the Lightning Network, use [email protected]

Telegram

Community-driven telegram group where most of the node operators hang out. Go to https://t.me/lightningd to join.

Discord

Community-driven discord server where the devs flock together. Go to https://discord.gg/w27fMFESMN to join.

Internet Relay Chat

Don't hesitate to reach out to us on IRC at #lightning-dev @ libera.chat, #c-lightning @ libera.chat.