Skip to content

Commit 8f25f8b

Browse files
committed
Fix: LNSocket import to use createReactNativeTcpSocket from lnmessage
1 parent 10aa4bc commit 8f25f8b

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

backends/LNSocket.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { Platform } from 'react-native';
22
// @ts-ignore
3-
// eslint-disable-next-line import/no-duplicates
43
import Lnmessage, { createReactNativeTcpSocket } from 'lnmessage';
54
import TcpSocket from 'react-native-tcp-socket';
65

yarn.lock

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7382,14 +7382,6 @@ lnmessage@^0.2.7:
73827382
rxjs "^7.5.7"
73837383
ws "^8.13.0"
73847384

7385-
locate-path@^3.0.0:
7386-
version "3.0.0"
7387-
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e"
7388-
integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==
7389-
dependencies:
7390-
p-locate "^3.0.0"
7391-
path-exists "^3.0.0"
7392-
73937385
locate-path@^5.0.0:
73947386
version "5.0.0"
73957387
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0"

0 commit comments

Comments
 (0)