Merge pull request #895 from valentinewallace/invoice-chanman-utility
[rust-lightning] / lightning / src / util / ser.rs
index 1a055701fe3929a9cdcbdf2451571dfb205923ef..c31fcaa1ff6de28eb450f770182414145cda1909 100644 (file)
@@ -27,7 +27,7 @@ use bitcoin::hashes::sha256d::Hash as Sha256dHash;
 use bitcoin::hash_types::{Txid, BlockHash};
 use std::marker::Sized;
 use ln::msgs::DecodeError;
-use ln::channelmanager::{PaymentPreimage, PaymentHash, PaymentSecret};
+use ln::{PaymentPreimage, PaymentHash, PaymentSecret};
 use util::byte_utils;
 
 use util::byte_utils::{be64_to_array, be48_to_array, be32_to_array, be16_to_array, slice_to_be16, slice_to_be32, slice_to_be48, slice_to_be64};