Skip to content
Snippets Groups Projects
Commit e92f956a authored by inso's avatar inso
Browse files

Fix account save

parent 5ceeb7f2
No related branches found
No related tags found
No related merge requests found
......@@ -637,8 +637,8 @@ class Account(QObject):
'pubkey': self.pubkey,
'scrypt_params': {
'N': self.scrypt_params.N,
'r': self.scrypt_params.N,
'p': self.scrypt_params.N,
'r': self.scrypt_params.r,
'p': self.scrypt_params.p,
},
'communities': data_communities,
'wallets': data_wallets,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment