mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
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:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user