follow up previous commit

This commit is contained in:
ThomasV 2018-05-30 13:43:11 +02:00 committed by Janus
parent 8580be30b2
commit a012cd1e0d

View File

@ -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