From 69ca71f31714429b7e91c9c6024a505013332420 Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 20 Nov 2023 09:42:56 +0200 Subject: [PATCH] chore: version bump --- example/ios/Podfile.lock | 4 ++-- lib/package.json | 2 +- lib/src/ldk.ts | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 77270b48..bfb1f9a5 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -302,7 +302,7 @@ PODS: - React-jsinspector (0.70.6) - React-logger (0.70.6): - glog - - react-native-ldk (0.0.122): + - react-native-ldk (0.0.123): - React - react-native-randombytes (3.6.1): - React-Core @@ -593,7 +593,7 @@ SPEC CHECKSUMS: React-jsiexecutor: b4a65947391c658450151275aa406f2b8263178f React-jsinspector: 60769e5a0a6d4b32294a2456077f59d0266f9a8b React-logger: 1623c216abaa88974afce404dc8f479406bbc3a0 - react-native-ldk: 3fd5d959c60676bbb5f414a4c5e8a2cd3a4fb227 + react-native-ldk: e242bbc0c8ca5356409e2e065b80364dadb270b6 react-native-randombytes: 421f1c7d48c0af8dbcd471b0324393ebf8fe7846 react-native-tcp-socket: c1b7297619616b4c9caae6889bcb0aba78086989 React-perflogger: 8c79399b0500a30ee8152d0f9f11beae7fc36595 diff --git a/lib/package.json b/lib/package.json index 414fbcde..d4063294 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,7 +1,7 @@ { "name": "@synonymdev/react-native-ldk", "title": "React Native LDK", - "version": "0.0.122", + "version": "0.0.123", "description": "React Native wrapper for LDK", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/lib/src/ldk.ts b/lib/src/ldk.ts index cc989e81..634d6b7d 100644 --- a/lib/src/ldk.ts +++ b/lib/src/ldk.ts @@ -501,10 +501,10 @@ class LDK { counterPartyNodeId, trustedPeer0Conf, ); - this.writeDebugToLog('closeChannel'); + this.writeDebugToLog('acceptChannel'); return ok(res); } catch (e) { - this.writeErrorToLog('closeChannel', e); + this.writeErrorToLog('acceptChannel', e); return err(e); } }