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 22, 2024
1 parent 3b9437e commit d1a33ce
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
@@ -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 {

0 comments on commit d1a33ce

Please sign in to comment.