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: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ fn main() {
27
27
28
28
node.start().unwrap();
29
29
30
-
letfunding_address=node.new_funding_address();
30
+
letfunding_address=node.new_onchain_address();
31
31
32
32
// .. fund address ..
33
33
@@ -59,6 +59,9 @@ LDK Node currently comes with a decidedly opinionated set of design choices:
59
59
## Language Support
60
60
LDK Node itself is written in [Rust][rust] and may therefore be natively added as a library dependency to any `std` Rust program. However, beyond its Rust API it also offers language bindings for [Swift][swift], [Kotlin][kotlin], and [Python][python] based on the [UniFFI](https://github.com/mozilla/uniffi-rs/). Moreover, [Flutter bindings][flutter_bindings] are also available.
61
61
62
+
## MSRV
63
+
The Minimum Supported Rust Version (MSRV) is currently 1.60.0.
0 commit comments