Skip to content

Commit f7b9785

Browse files
committed
f - persist for implicit_splice_locked
1 parent 365b848 commit f7b9785

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10153,6 +10153,7 @@ This indicates a bug inside LDK. Please report this error at https://github.com/
1015310153
#[cfg(splicing)]
1015410154
if let Some(splice_locked) = implicit_splice_locked {
1015510155
self.internal_splice_locked(counterparty_node_id, &splice_locked)?;
10156+
return Ok(NotifyOption::DoPersist);
1015610157
}
1015710158

1015810159
Ok(NotifyOption::SkipPersistHandleEvents)

0 commit comments

Comments
 (0)