WizardRestoreWallet1: add view-only option in placeholder of private spend key

This commit is contained in:
rating89us 2020-10-17 17:53:52 +02:00 committed by GitHub
parent cb1f3ad0ce
commit baa0ffa5f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -262,7 +262,7 @@ Rectangle {
visible: wizardController.walletRestoreMode === 'keys'
Layout.fillWidth: true
placeholderFontSize: 16
placeholderText: qsTr("Spend key (private)") + translationManager.emptyString
placeholderText: qsTr("Spend key (private)") + " / " + qsTr("Leave blank to create a view-only wallet") + translationManager.emptyString
onTextUpdated: {
wizardRestoreWallet1.verifyFromKeys();