FundingPubKeyBasedChannelKeyPath

object FundingPubKeyBasedChannelKeyPath : ChannelConfigOption

If set, the channel's BIP32 key path will be deterministically derived from the funding public key. It makes it very easy to retrieve funds when channel data has been lost:

  • connect to your peer and use option_data_loss_protect to get them to publish their remote commit tx

  • retrieve the commit tx from the bitcoin network, extract your funding pubkey from its witness data

  • recompute your channel keys and spend your output

Properties

name
Link copied to clipboard
common
open override val name: String
supportBit
Link copied to clipboard
common
open override val supportBit: Int