Skip to content

Commit c633468

Browse files
committed
f add another missing lock
1 parent 8502490 commit c633468

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lightning/src/ln/channelmanager.rs

+2
Original file line numberDiff line numberDiff line change
@@ -7682,6 +7682,8 @@ where
76827682
.absolute_expiry(absolute_expiry)
76837683
.path(path);
76847684

7685+
let _persistence_guard = PersistenceNotifierGuard::notify_on_drop(self);
7686+
76857687
let expiration = StaleExpiration::AbsoluteTimeout(absolute_expiry);
76867688
self.pending_outbound_payments
76877689
.add_new_awaiting_invoice(

0 commit comments

Comments
 (0)