From c57a9e5bdb5bb8e1962174ce9057e3f88c03d7bf Mon Sep 17 00:00:00 2001 From: Tom Kirkpatrick Date: Tue, 14 Jul 2020 20:23:54 +0200 Subject: [PATCH] fix(lnd): patch lnd to fix windows scb access issue Fix #3591 Fix #3601 Fix #3602 See https://github.com/lightningnetwork/lnd/pull/4456 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b16d65cd7b7..2107678965b 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "config": { "lnd-binary": { - "binaryVersion": "0.10.2-beta-2-g32345b0d2", + "binaryVersion": "0.10.2-beta-3-g13ebe90aa", "binarySite": "https://github.com/LN-Zap/lnd/releases/download" } },