]> git.bitcoin.ninja Git - rust-lightning/commit
Pipe payment metadata through the HTLC send pipeline
authorMatt Corallo <git@bluematt.me>
Wed, 22 Dec 2021 05:56:26 +0000 (05:56 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 26 Jan 2022 19:09:13 +0000 (19:09 +0000)
commit588337fbdd44594531a62a12d4d9979d33071db2
tree28374ae383d919f27af2d14711e8e1817a41d9ad
parentc98733b20ce474a5b1da9fd30b0eaa2262758da2
Pipe payment metadata through the HTLC send pipeline

...without exposing it to the public `send_payment` API yet.
lightning/src/ln/channel.rs
lightning/src/ln/channelmanager.rs
lightning/src/ln/functional_tests.rs
lightning/src/ln/onion_route_tests.rs
lightning/src/ln/onion_utils.rs