impl Deref for EmptyNodeIdLookUp
[rust-lightning] / lightning / src / ln / inbound_payment.rs
index f27d8aab1195284a0a03c74e9af2e093e8482a65..a85d93b7135e5c9b0e41d2750359c2f335654827 100644 (file)
@@ -14,7 +14,7 @@ use bitcoin::hashes::cmp::fixed_time_eq;
 use bitcoin::hashes::hmac::{Hmac, HmacEngine};
 use bitcoin::hashes::sha256::Hash as Sha256;
 use crate::sign::{KeyMaterial, EntropySource};
-use crate::ln::{PaymentHash, PaymentPreimage, PaymentSecret};
+use crate::ln::types::{PaymentHash, PaymentPreimage, PaymentSecret};
 use crate::ln::msgs;
 use crate::ln::msgs::MAX_VALUE_MSAT;
 use crate::crypto::chacha20::ChaCha20;