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 Mar 4, 2024
1 parent 989a3f7 commit abd8d1d
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 abd8d1d

Please sign in to comment.