Skip to content

Commit f296f27

Browse files
committed
fix import
1 parent d807a53 commit f296f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/msgs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ use bitcoin::secp256k1;
3030
use bitcoin::blockdata::script::Script;
3131
use bitcoin::hash_types::{Txid, BlockHash};
3232

33-
use std::convert::TryInto;
3433
use crate::ln::features::{ChannelFeatures, ChannelTypeFeatures, InitFeatures, NodeFeatures};
3534
use crate::ln::onion_utils;
3635
use crate::onion_message;
3736

3837
use crate::prelude::*;
3938
use core::convert::TryFrom;
39+
use core::convert::TryInto;
4040
use core::fmt;
4141
use core::fmt::Debug;
4242
use core::str::FromStr;

0 commit comments

Comments
 (0)