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
We previously (re-)introduced a newtype with the most-recent
`rust-bitcoin` update as it added the `non_exhaustive` attribute to the
`Network` enum.
However, we can now drop this newtype again as UniFFI 0.26.0 added
support for `non_exhaustive` enums.
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,11 @@ LDK Node is a self-custodial Lightning node in library form. Its central goal is
13
13
The primary abstraction of the library is the [`Node`][api_docs_node], which can be retrieved by setting up and configuring a [`Builder`][api_docs_builder] to your liking and calling one of the `build` methods. `Node` can then be controlled via commands such as `start`, `stop`, `connect_open_channel`, `send_payment`, etc.
0 commit comments