]> git.bitcoin.ninja Git - rust-lightning/commit
Add missing `inbound_payment_id_secret` write in `ChannelManager`
authorMatt Corallo <git@bluematt.me>
Mon, 30 Sep 2024 21:02:53 +0000 (21:02 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 23 Oct 2024 16:15:01 +0000 (16:15 +0000)
commita65d37b48b0452103e1714e11ebca8d875648feb
tree9c39afa45e0788179dcca47a72fe0c37f26918c6
parent4741653f76c650f31065f6f614ec37d8625cf0f5
Add missing `inbound_payment_id_secret` write in `ChannelManager`

In aa09c33a1719944769ba98624bfe18ea33083f44 we added a new secret
in `ChannelManager` with which to derive inbound `PaymentId`s. We
added read support for the new field, but forgot to add writing
support for it. Here we fix this oversight.
lightning/src/ln/channelmanager.rs