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/release-notes/eclair-v0.7.0.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Eclair v0.7.0
1
+
# Eclair v0.7.0-patch-disconnect
2
2
3
3
This release adds official support for two long-awaited lightning features: anchor outputs and onion messages.
4
4
Support for the PostreSQL database backend is also now production ready!
@@ -245,7 +245,7 @@ Use the following command to generate the eclair-node package:
245
245
mvn clean install -DskipTests
246
246
```
247
247
248
-
That should generate `eclair-node/target/eclair-node-0.7.0-XXXXXXX-bin.zip` with sha256 checksums that match the one we provide and sign in `SHA256SUMS.asc`
248
+
That should generate `eclair-node/target/eclair-node-0.7.0-patch-disconnect-XXXXXXX-bin.zip` with sha256 checksums that match the one we provide and sign in `SHA256SUMS.asc`
249
249
250
250
(*) You may be able to build the exact same artefacts with other operating systems or versions of JDK 11, we have not tried everything.
0 commit comments