]> git.bitcoin.ninja Git - rust-lightning/commit
Add detection of feature_static_remotekey support and print
authorMatt Corallo <git@bluematt.me>
Tue, 3 Mar 2020 20:27:45 +0000 (15:27 -0500)
committerMatt Corallo <git@bluematt.me>
Wed, 29 Apr 2020 18:50:09 +0000 (14:50 -0400)
commitb6c92e175e6fe7b5f48f17fdaadb023f5eb3877e
tree74c98bf9c7275e81f2450c086f3fd97cbe687224
parent18981a0024be46a95d514be15970e12b7a3de14d
Add detection of feature_static_remotekey support and print

This adds the ability to check for static_remotekey in appropriate
feature contexts and prints it at connect time. It is still
considered unknown for the purposes of requires_unknown_bits() as
we don't yet implement it.
lightning/src/ln/features.rs
lightning/src/ln/peer_handler.rs