rust-lightning/lightning
Matt Corallo be7107f212 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.
2022-09-12 16:26:58 +00:00
..
src Drop unused type parameter on BlindedRoute::new 2022-09-12 16:26:58 +00:00
Cargo.toml Update bitcoin crate to 0.29.0 2022-08-11 00:21:26 +02:00