Skip to content

Commit b22d67f

Browse files
committed
fixup! Start publishing events using EventPublisher.
1 parent 5b7fec1 commit b22d67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldk-server/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ fn main() {
213213
Ok(_) => {},
214214
Err(e) => {
215215
println!("Failed to publish 'PaymentForwarded' event: {}", e);
216-
return;
216+
continue;
217217
}
218218
};
219219

0 commit comments

Comments
 (0)