balanceofsatoshis 12.26.2 → 12.26.3

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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # Versions
2
2
 
3
+ ## 12.26.3
4
+
5
+ - `open-group-channel`: Fix sufficient balance check coordinating pair group
6
+
3
7
  ## 12.26.2
4
8
 
5
9
  - `telegram`: Improve reliability of /commands if lnd connection is interrupted
package/package.json CHANGED
@@ -36,11 +36,11 @@
36
36
  "ini": "3.0.1",
37
37
  "inquirer": "9.1.0",
38
38
  "ln-accounting": "5.0.7",
39
- "ln-service": "53.19.0",
39
+ "ln-service": "53.20.0",
40
40
  "ln-sync": "3.13.1",
41
41
  "ln-telegram": "3.22.3",
42
42
  "moment": "2.29.4",
43
- "paid-services": "3.20.2",
43
+ "paid-services": "3.20.3",
44
44
  "probing": "2.0.6",
45
45
  "psbt": "2.7.1",
46
46
  "qrcode-terminal": "0.12.0",
@@ -55,7 +55,7 @@
55
55
  "@alexbosworth/tap": "15.0.11",
56
56
  "invoices": "2.1.0",
57
57
  "ln-docker-daemons": "2.3.4",
58
- "mock-lnd": "1.4.2",
58
+ "mock-lnd": "1.4.4",
59
59
  "tiny-secp256k1": "2.2.1"
60
60
  },
61
61
  "engines": {
@@ -83,5 +83,5 @@
83
83
  "postpublish": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t alexbosworth/balanceofsatoshis --push .",
84
84
  "test": "tap --branches=1 --functions=1 --lines=1 --statements=1 -t 60 test/arrays/*.js test/balances/*.js test/chain/*.js test/display/*.js test/encryption/*.js test/lnd/*.js test/network/*.js test/nodes/*.js test/peers/*.js test/responses/*.js test/routing/*.js test/services/*.js test/swaps/*.js test/tags/*.js test/telegram/*.js test/wallets/*.js"
85
85
  },
86
- "version": "12.26.2"
86
+ "version": "12.26.3"
87
87
  }
@@ -199,7 +199,7 @@ const makeArgs = overrides => {
199
199
  settle_date: '1',
200
200
  settle_index: '1',
201
201
  settled: true,
202
- state: '',
202
+ state: 'SETTLED',
203
203
  value: '1',
204
204
  value_msat: '1000',
205
205
  });