mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Stop upper-casing exported private key (#8850)
We were showing exported private keys in all upper case. This is atypical, and many other wallets (e.g. MyCrypto) expect private keys for imported accounts to be lower-cased. Our own account import is tolerant of either case.
This commit is contained in:
parent
be3ac50791
commit
310d35c044
@ -216,7 +216,6 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
resize: none;
|
resize: none;
|
||||||
padding: 9px 13px 8px;
|
padding: 9px 13px 8px;
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-close-x::after {
|
.modal-close-x::after {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user