]> git.bitcoin.ninja Git - rust-lightning/commit
Use inline bounds for secp contexts, rather than `where` clauses
authorMatt Corallo <git@bluematt.me>
Mon, 26 Aug 2024 18:31:24 +0000 (18:31 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 3 Sep 2024 14:00:24 +0000 (14:00 +0000)
commit31b6b712ecd9d1be0144594726c4f8d5512ede44
tree0fbc1ea90d5fddf6deead432f66de49de6b0b465
parent03d4eb52edbdfa7c8ead6329f34ee1f3587a0da4
Use inline bounds for secp contexts, rather than `where` clauses

The bindings really should support this, but currently they don't
and its late enough in the release cycle I don't want to try to fix
that.
lightning/src/blinded_path/message.rs
lightning/src/blinded_path/payment.rs