Skip to content

Commit b80a1be

Browse files
committed
Expose build_with_fs_store in bindings
.. now that we can.
1 parent fd4f353 commit b80a1be

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
@@ -34,6 +34,8 @@ interface Builder {
3434
void set_listening_addresses(sequence<SocketAddress> listening_addresses);
3535
[Throws=BuildError]
3636
Node build();
37+
[Throws=BuildError]
38+
Node build_with_fs_store();
3739
};
3840

3941
interface Node {

0 commit comments

Comments
 (0)