Qt: show WIF help in import(x2) and sweep dialogs (#4425)
This commit is contained in:
@@ -166,7 +166,7 @@ class BaseWizard(object):
|
||||
title = _("Import Bitcoin Addresses")
|
||||
message = _("Enter a list of Bitcoin addresses (this will create a watching-only wallet), or a list of private keys.")
|
||||
self.add_xpub_dialog(title=title, message=message, run_next=self.on_import,
|
||||
is_valid=v, allow_multi=True)
|
||||
is_valid=v, allow_multi=True, show_wif_help=True)
|
||||
|
||||
def on_import(self, text):
|
||||
# create a temporary wallet and exploit that modifications
|
||||
|
||||
Reference in New Issue
Block a user