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