Skip to content

Commit

Permalink
Merge pull request #223 from synonymdev/track-confirmedWatchOutputs
Browse files Browse the repository at this point in the history
Fix watchOutputs Loop
  • Loading branch information
Jasonvdb authored Mar 6, 2024
2 parents 94c2028 + e7f0908 commit 12f4da1
Show file tree
Hide file tree
Showing 5 changed files with 201 additions and 147 deletions.
3 changes: 2 additions & 1 deletion backup-server/src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ const ldkLabels = [
'payments_claimed',
'payments_sent',
'bolt11_invoices',
'channel_opened_with_custom_keys_manager'
'channel_opened_with_custom_keys_manager',
'confirmed_watch_outputs',
];
const bitkitLabels = [
'bitkit_settings',
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ PODS:
- React-jsinspector (0.72.4)
- React-logger (0.72.4):
- glog
- react-native-ldk (0.0.132):
- react-native-ldk (0.0.134):
- React
- react-native-randombytes (3.6.1):
- React-Core
Expand Down Expand Up @@ -723,7 +723,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: c7f826e40fa9cab5d37cab6130b1af237332b594
React-jsinspector: aaed4cf551c4a1c98092436518c2d267b13a673f
React-logger: da1ebe05ae06eb6db4b162202faeafac4b435e77
react-native-ldk: 4bb809be74082223644931a3239323af56c7ee8f
react-native-ldk: e4971770e3773415fff4e5aa04df83f9d5485744
react-native-randombytes: 421f1c7d48c0af8dbcd471b0324393ebf8fe7846
react-native-tcp-socket: c1b7297619616b4c9caae6889bcb0aba78086989
React-NativeModulesApple: edb5ace14f73f4969df6e7b1f3e41bef0012740f
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@synonymdev/react-native-ldk",
"title": "React Native LDK",
"version": "0.0.132",
"version": "0.0.134",
"description": "React Native wrapper for LDK",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
Loading

0 comments on commit 12f4da1

Please sign in to comment.