Edit `Event::SpendableOutputs` docs to mention `OutputSweeper`
[rust-lightning] / lightning / src / blinded_path / payment.rs
index c77e4e33e5a5dd8f95c979ac8584ed950e653982..3d56020a626d68cd1e233f53a905cfdfa8acf21c 100644 (file)
@@ -17,8 +17,6 @@ use crate::util::ser::{HighZeroBytesDroppedBigSize, Readable, Writeable, Writer}
 #[allow(unused_imports)]
 use crate::prelude::*;
 
-use core::convert::TryFrom;
-
 /// An intermediate node, its outbound channel, and relay parameters.
 #[derive(Clone, Debug)]
 pub struct ForwardNode {