basicswap-prepare tries to initialise coin wallets from Particl mnemonic

Bitcoin 0.20: 'Cannot set a new HD seed while still in Initial Block Download.' Removed in 0.21
This commit is contained in:
tecnovert
2020-12-04 01:46:01 +02:00
parent 3bbb483a0a
commit 5a163e0f86
18 changed files with 754 additions and 93 deletions

View File

@@ -15,7 +15,7 @@ class Peer:
class Network:
def __init__(self, network_port, network_key):
self._network_port = network_port
def __init__(self, p2p_port, network_key):
self._p2p_port = p2p_port
self._network_key = network_key
self._peers = []