Update bip32.py

This commit is contained in:
Joemar Taganna 2018-01-20 00:04:03 +08:00 committed by GitHub
parent 9b4db25f86
commit 64bdc5dd4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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