mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 16:47:24 +00:00
fix(@desktop/wallet): Allow entering private keys with and without 0x prefix
fix #5406
This commit is contained in:
parent
1a8dfde1b2
commit
87640aafb1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user