Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bindings/ldk_node.udl
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ interface Node {
Config config();
Event? next_event();
Event wait_next_event();
// [Async]
// Event next_event_async();
[Async]
Event next_event_async();
[Throws=NodeError]
void event_handled();
PublicKey node_id();
Expand Down
Loading