diff --git a/lib/wallet.py b/lib/wallet.py index 8230481c..d1be41d6 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'