Skip to content

Commit f05fc6a

Browse files
committed
f Fix rebase conflict
1 parent 19e6c6e commit f05fc6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-liquidity/src/events.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ impl EventQueue {
124124
// A guard type that will notify about new events when dropped.
125125
#[must_use]
126126
pub(crate) struct EventQueueNotifierGuard {
127-
queue: Arc<Mutex<VecDeque<Event>>>,
127+
queue: Arc<Mutex<VecDeque<LiquidityEvent>>>,
128128
waker: Arc<Mutex<Option<Waker>>>,
129129
#[cfg(feature = "std")]
130130
condvar: Arc<crate::sync::Condvar>,

0 commit comments

Comments
 (0)