From d1a33cedc203d47320a423e34cc882710a13f5d4 Mon Sep 17 00:00:00 2001 From: Elias Rohrer Date: Wed, 7 Feb 2024 14:10:02 +0100 Subject: [PATCH] Expose `build_with_fs_store` in bindings .. now that we can. --- bindings/ldk_node.udl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindings/ldk_node.udl b/bindings/ldk_node.udl index 619a29667..c39d841cb 100644 --- a/bindings/ldk_node.udl +++ b/bindings/ldk_node.udl @@ -35,6 +35,8 @@ interface Builder { void set_listening_addresses(sequence listening_addresses); [Throws=BuildError] Node build(); + [Throws=BuildError] + Node build_with_fs_store(); }; interface Node {