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 Feb 7, 2024
1 parent 53f22d9 commit b5679a8
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 @@ -34,6 +34,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 b5679a8

Please sign in to comment.