Skip to content

Commit f41f16b

Browse files
committed
f sort channel_id.rs imports
1 parent 2843d9f commit f41f16b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lightning/src/ln/channel_id.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@
99

1010
//! ChannelId definition.
1111
12-
use bitcoin::hashes::Hash as _;
13-
1412
use crate::chain::transaction::OutPoint;
13+
use crate::io;
1514
use crate::ln::msgs::DecodeError;
1615
use crate::sign::EntropySource;
1716
use crate::util::ser::{Readable, Writeable, Writer};
1817

19-
use crate::io;
18+
use bitcoin::hashes::Hash as _;
2019
use core::fmt;
2120
use core::ops::Deref;
2221

0 commit comments

Comments
 (0)