electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit af55fec76409074d5e77368583e6f3e3d08cfeb4
parent 15300c63611f89269cb075ec70bed2bfe0ce8012
Author: ThomasV <thomasv@electrum.org>
Date:   Mon,  7 Nov 2016 10:22:50 +0100

fix #2022

Diffstat:
Mlib/wallet.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/wallet.py b/lib/wallet.py @@ -134,7 +134,7 @@ class Abstract_Wallet(PrintError): return self.basename() def get_master_public_key(self): - raise NotImplementedError + return None @profiler def load_transactions(self):