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

Commit f79d04b

Browse files
LSPS2: JIT Channels
1 parent 261beba commit f79d04b

File tree

7 files changed

+1055
-2
lines changed

7 files changed

+1055
-2
lines changed

src/events.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
use crate::jit_channel;
12
use bitcoin::secp256k1::PublicKey;
23

34
pub trait EventHandler {
@@ -7,4 +8,5 @@ pub trait EventHandler {
78
#[derive(Debug, Clone, PartialEq, Eq)]
89
pub enum Event {
910
ListProtocols { counterparty_node_id: PublicKey, protocols: Vec<u16> },
11+
LSPS2(jit_channel::event::Event),
1012
}

0 commit comments

Comments
 (0)