From a012cd1e0d280a3fc494e21ff4f0c23e7b45bc13 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Wed, 30 May 2018 13:43:11 +0200 Subject: [PATCH] follow up previous commit --- lib/lnworker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lnworker.py b/lib/lnworker.py index 72a0e9ed..5effd530 100644 --- a/lib/lnworker.py +++ b/lib/lnworker.py @@ -91,7 +91,7 @@ class LNWorker(PrintError): def __init__(self, wallet, network): self.wallet = wallet self.network = network - self.privkey = sha256(b"0123456789b") + self.privkey = sha256(b"0123456789") self.config = network.config self.peers = {} # view of the network