1
0
This commit is contained in:
Sander van Grieken
2023-03-17 12:01:55 +01:00
parent 8528907a5b
commit 0b3279820a
2 changed files with 0 additions and 2 deletions

View File

@@ -92,7 +92,6 @@ class QENewWalletWizard(NewWalletWizard, QEAbstractWizard):
def createStorage(self, js_data, single_password_enabled, single_password):
self._logger.info('Creating wallet from wizard data')
data = js_data.toVariant()
#self._logger.debug(str(data))
if single_password_enabled and single_password:
data['encrypt'] = True