You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/_blog/announcing-vss.md
+10-4
Original file line number
Diff line number
Diff line change
@@ -88,10 +88,16 @@ use ldk_node::Builder;
88
88
fnmain() {
89
89
letmutnode_builder=Builder::new();
90
90
...
91
-
// Note: store_id can be freely set by the user and is useful for creating separate namespaces within storage. However, it must remain fixed for the entire life of the node as it is used for database storage.
0 commit comments