add warning that seed extension will not be included in the backup (#4555)
This commit is contained in:
@@ -207,5 +207,6 @@ class SeedDialog(WindowModalDialog):
|
||||
title = _("Your wallet generation seed is:")
|
||||
slayout = SeedLayout(title=title, seed=seed, msg=True, passphrase=passphrase)
|
||||
vbox.addLayout(slayout)
|
||||
run_hook('set_seed', seed, slayout.seed_e)
|
||||
has_extension = True if passphrase else False
|
||||
run_hook('set_seed', seed, has_extension, slayout.seed_e)
|
||||
vbox.addLayout(Buttons(CloseButton(self)))
|
||||
|
||||
Reference in New Issue
Block a user