X-Git-Url: https://git.novaco.in/?p=electrum-nvc.git;a=blobdiff_plain;f=lib%2Fwallet.py;h=d1be41d611146b802af64c66e106093f46211109;hp=8230481c6f96706ae7e164834356dae7fcb1910f;hb=769b4002cd0c7e03ca9f490481e7e6d64a323a7d;hpb=545cd7a4134e1094d9e16497c7b6fdfc8a312d0b diff --git a/lib/wallet.py b/lib/wallet.py index 8230481..d1be41d 100644 --- a/lib/wallet.py +++ b/lib/wallet.py @@ -1256,7 +1256,7 @@ class Deterministic_Wallet(Abstract_Wallet): return True def get_action(self): - if not self.master_public_keys: + if not self.get_master_public_key(): return 'create_seed' if not self.accounts: return 'create_accounts'