]> git.bitcoin.ninja Git - rust-lightning/commit
Parse keysend TLV field in onion.
authorValentine Wallace <vwallace@protonmail.com>
Thu, 13 May 2021 19:38:31 +0000 (15:38 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Fri, 25 Jun 2021 21:03:52 +0000 (17:03 -0400)
commitf8a36e5af40a79b58395aa05ec8c242c9250b01c
tree20ef9283c7ac8dfcd6001ec7bf7036fb0a8801ea
parentecddfe1766f454f1609509a4756201523129235b
Parse keysend TLV field in onion.

This doesn't yet use the field, but it will be used in upcoming commits.
lightning/src/ln/channelmanager.rs
lightning/src/ln/msgs.rs
lightning/src/ln/onion_utils.rs