From 64bdc5dd4d18eabe1633cf0bae9f8f3d9a920e1b Mon Sep 17 00:00:00 2001 From: Joemar Taganna Date: Sat, 20 Jan 2018 00:04:03 +0800 Subject: [PATCH] Update bip32.py --- pywallet/utils/bip32.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywallet/utils/bip32.py b/pywallet/utils/bip32.py index 51f07fc..50697a4 100644 --- a/pywallet/utils/bip32.py +++ b/pywallet/utils/bip32.py @@ -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)):