]> git.bitcoin.ninja Git - rust-lightning/commit
Get per commitment point everywhere else with HolderCommitmentPoint
authorAlec Chen <alecchendev@gmail.com>
Thu, 30 May 2024 22:09:56 +0000 (17:09 -0500)
committerAlec Chen <alecchendev@gmail.com>
Mon, 10 Jun 2024 20:06:58 +0000 (13:06 -0700)
commitcf545b46976c5386b03a80410c3a1576febb5145
treee93de3821bceb806beb00af6774d0d6015089418
parentd189cf0e82e3219882506e033aba1019646bfe15
Get per commitment point everywhere else with HolderCommitmentPoint

This includes when building TxCreationKeys, as well as for open_channel
and accept_channel messages. Note: this is only for places where we are
retrieving the current per commitment point, which excludes
channel_reestablish.
lightning/src/ln/channel.rs