OR InitFeatures and NodeFeatures from onion message handler
authorValentine Wallace <vwallace@protonmail.com>
Fri, 9 Sep 2022 16:29:13 +0000 (12:29 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Fri, 9 Sep 2022 20:00:21 +0000 (16:00 -0400)
commit90f59060822fceea42841a8a03fed01f2c39eeaa
tree2f1676618d782b935cb2c69e9bc05f8cf80f2e77
parent1ac3fccd980af35f38ef3b5a0f4a348ec21bd000
OR InitFeatures and NodeFeatures from onion message handler

Similar to how we OR our InitFeaures and NodeFeatures across both our channel
and routing message handlers, we also want to OR the features of our onion
message handler.
lightning/src/ln/msgs.rs
lightning/src/ln/peer_handler.rs
lightning/src/onion_message/messenger.rs