ln-service 57.10.0 → 57.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Versions
|
|
2
2
|
|
|
3
|
+
## 57.10.1
|
|
4
|
+
|
|
5
|
+
- `closeChannel`, `openChannel`, `sendToChainAddress`, `sendToChainAddresses`:
|
|
6
|
+
Add default chain fee conf target when no chain fee is specified
|
|
7
|
+
|
|
3
8
|
## 57.10.0
|
|
4
9
|
|
|
5
10
|
- `getPendingSweeps`: Add method to get the list of pending outpoints to sweep
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"bolt07": "1.8.4",
|
|
11
11
|
"invoices": "3.0.0",
|
|
12
|
-
"lightning": "10.10.
|
|
12
|
+
"lightning": "10.10.1",
|
|
13
13
|
"macaroon": "3.0.4"
|
|
14
14
|
},
|
|
15
15
|
"description": "Interaction helper for your Lightning Network daemon",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"integration-test-0.14.4": "DOCKER_LND_VERSION=v0.14.4-beta npm run test",
|
|
72
72
|
"test": "echo $DOCKER_LND_VERSION && node test/runner"
|
|
73
73
|
},
|
|
74
|
-
"version": "57.10.
|
|
74
|
+
"version": "57.10.1"
|
|
75
75
|
}
|