Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
jbesraa committed Apr 23, 2023
1 parent d8b254e commit 115356e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/ln/msgs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ use bitcoin::secp256k1;
use bitcoin::blockdata::script::Script;
use bitcoin::hash_types::{Txid, BlockHash};

use std::convert::TryInto;
use crate::ln::features::{ChannelFeatures, ChannelTypeFeatures, InitFeatures, NodeFeatures};
use crate::ln::onion_utils;
use crate::onion_message;

use crate::prelude::*;
use core::convert::TryFrom;
use core::convert::TryInto;
use core::fmt;
use core::fmt::Debug;
use core::str::FromStr;
Expand Down

0 comments on commit 115356e

Please sign in to comment.