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

Commit 6658675

Browse files
extract shared logic for htlc_intercepted, htlc_handling_failed, and channel_ready
1 parent c5d65d4 commit 6658675

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lsps2/service.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ use lightning::util::logger::Level;
2828
use bitcoin::secp256k1::PublicKey;
2929

3030
use core::ops::Deref;
31+
use std::sync::MutexGuard;
3132

3233
use crate::lsps2::msgs::{
3334
BuyRequest, BuyResponse, GetInfoRequest, GetInfoResponse, LSPS2Message, LSPS2Request,

0 commit comments

Comments
 (0)