Update the realm reset phrase.

Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
This commit is contained in:
Igor Mandrigin 2018-05-17 09:25:17 +02:00 committed by Julien Eluard
parent 579bfe7cf5
commit 685e4d271e
No known key found for this signature in database
GPG Key ID: 6FD7DB5437FCBEF6
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
(open-realm (last schemas) file-name encryption-key))
(defn reset-realm [file-name schemas encryption-key]
(utils/show-popup "Please note" "You must recover or create a new account with this upgrade. Also chatting with accounts in previous releases is incompatible")
(utils/show-popup "Important: Wallet Upgrade" "The Status Wallet will be upgraded in this release. The 12 mnemonic words will generate different addresses and whisper identities (public key). Given that we changed the algorithm used to generate keys and addresses, it will be impossible to re-import accounts created with the old algorithm in Status. Please create a new account.")
(delete-realm file-name)
(open-realm (last schemas) file-name encryption-key))