fix(@desktop/wallet): Allow entering private keys with and without 0x prefix

fix #5406
This commit is contained in:
Khushboo Mehta 2022-04-07 10:23:56 +02:00 committed by Khushboo-dev-cpp
parent 1a8dfde1b2
commit 87640aafb1

View File

@ -168,7 +168,7 @@ ColumnLayout {
id: privateKey
//% "Private key"
label: qsTrId("private-key")
charLimit: 64
charLimit: 66
input.multiline: true
input.minimumHeight: 80
input.maximumHeight: 108