Update bip32.py
This commit is contained in:
parent
9b4db25f86
commit
64bdc5dd4d
@ -131,7 +131,7 @@ class Wallet(object):
|
||||
else:
|
||||
raise ValueError("parameter must be an int or long")
|
||||
|
||||
self.network = network
|
||||
self.network = Wallet.get_network(network)
|
||||
self.depth = l(depth)
|
||||
if (isinstance(parent_fingerprint, six.string_types) or
|
||||
isinstance(parent_fingerprint, six.binary_type)):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user