]> git.bitcoin.ninja Git - rust-lightning/commitdiff
Provide peer local_features to handle_open_channel/accept_channel
authorAntoine Riard <ariard@student.42.fr>
Tue, 9 Jul 2019 18:38:30 +0000 (14:38 -0400)
committerAntoine Riard <ariard@student.42.fr>
Mon, 22 Jul 2019 17:13:01 +0000 (13:13 -0400)
Peer may send us a shutdown_scriptpubkey in open_channel or
accept_channel messages. Before to enforce this policy on channel
closing, we want to be sure that our peer has opt-in to it.

Extend LocalFeatures new method visibilty from crate to public
for fuzz tests


No differences found