Merge pull request #8719 from SomberNight/202312_db_seedtype
wallet db: deduplicate "seed_type" field
This commit is contained in:
@@ -366,7 +366,7 @@ class QEWallet(AuthMixin, QObject, QtEventListener):
|
||||
|
||||
@pyqtProperty(str, notify=dataChanged)
|
||||
def seedType(self):
|
||||
return self.wallet.db.get('seed_type')
|
||||
return self.wallet.get_seed_type()
|
||||
|
||||
@pyqtProperty(bool, notify=dataChanged)
|
||||
def isWatchOnly(self):
|
||||
|
||||
Reference in New Issue
Block a user