Skip to content

Commit

Permalink
Expose build_with_fs_store in bindings
Browse files Browse the repository at this point in the history
.. now that we can.
  • Loading branch information
tnull committed Apr 23, 2024
1 parent 91f6344 commit 8b1a4c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/ldk_node.udl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ interface Builder {
void set_listening_addresses(sequence<SocketAddress> listening_addresses);
[Throws=BuildError]
Node build();
[Throws=BuildError]
Node build_with_fs_store();
};

interface Node {
Expand Down

0 comments on commit 8b1a4c2

Please sign in to comment.