Drop unused type parameter on `BlindedRoute::new`
authorMatt Corallo <git@bluematt.me>
Sun, 11 Sep 2022 21:18:01 +0000 (21:18 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 12 Sep 2022 16:26:58 +0000 (16:26 +0000)
commitbe7107f2127dde6d3aa0b3f3b70694fdecdbc9ca
treefa873f9738734be718a722664a789d9eba1e32bd
parent88ec5da4b33985396e0e748f91d046151b4ea161
Drop unused type parameter on `BlindedRoute::new`

I'm not sure why rustc didn't complain about the unused parameter
or why we're allowed to get away without explicitly bounding the
`Sign` in the `KeysInterface`, but the current code requires all
`BlindedPath` construction to explicitly turbofish an unused type.
lightning/src/onion_message/blinded_route.rs
lightning/src/onion_message/functional_tests.rs
lightning/src/onion_message/messenger.rs