Skip to content

Commit c566fd5

Browse files
committed
Expose build_with_fs_store in bindings
.. now that we can.
1 parent ba28a8d commit c566fd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bindings/ldk_node.udl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ interface Builder {
3535
void set_listening_addresses(sequence<SocketAddress> listening_addresses);
3636
[Throws=BuildError]
3737
Node build();
38+
[Throws=BuildError]
39+
Node build_with_fs_store();
3840
};
3941

4042
interface Node {

0 commit comments

Comments
 (0)