]> 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>
Mon, 14 Oct 2024 19:15:11 +0000 (19:15 +0000)
commitc85a315866ed0282993544e127ed7c61193332ae
treebce24c99704560f77ce6a6f1a01890694358e437
parentd23d57d9bd11f4f955e4b726efc9d5b1bc005aca
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