1
0

qml: ask password to show seed

This commit is contained in:
ThomasV
2023-03-23 11:04:58 +01:00
parent abae815777
commit 39097783c3

View File

@@ -696,7 +696,7 @@ class QEWallet(AuthMixin, QObject, QtEventListener):
def requestShowSeed(self):
self.retrieve_seed()
@auth_protect
@auth_protect(method='wallet')
def retrieve_seed(self):
try:
self._seed = self.wallet.get_seed(self.password)