Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 1813ae9

Browse files
committed
f Account for types being moved around
1 parent e75f029 commit 1813ae9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lsps2/service.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ use crate::sync::{Arc, Mutex, RwLock};
2121
use lightning::events::HTLCDestination;
2222
use lightning::ln::channelmanager::{AChannelManager, InterceptId};
2323
use lightning::ln::msgs::{ErrorAction, LightningError};
24-
use lightning::ln::{ChannelId, PaymentHash};
24+
use lightning::ln::types::ChannelId;
2525
use lightning::util::errors::APIError;
2626
use lightning::util::logger::Level;
2727

28+
use lightning_types::payment::PaymentHash;
29+
2830
use bitcoin::secp256k1::PublicKey;
2931

3032
use core::ops::Deref;

0 commit comments

Comments
 (0)