Support phantom payment receive in ChannelManager, with invoice util
authorValentine Wallace <vwallace@protonmail.com>
Thu, 20 Jan 2022 20:29:41 +0000 (15:29 -0500)
committerValentine Wallace <vwallace@protonmail.com>
Mon, 14 Feb 2022 19:25:53 +0000 (14:25 -0500)
commitc417a51b65af7da3f1015f453e3c42d0077a34bf
tree06c8fe04cdc1d35e3892fc6c66e345e8a11c8932
parent410eb053656b1a4d3a6c506f1902e456a69324ac
Support phantom payment receive in ChannelManager, with invoice util

See PhantomKeysManager and invoice util's create_phantom_invoice for more info
lightning-invoice/src/lib.rs
lightning-invoice/src/utils.rs
lightning/src/ln/channelmanager.rs
lightning/src/ln/functional_test_utils.rs
lightning/src/util/test_utils.rs