1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02: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:
Mark Stacey 2020-06-24 10:34:10 -03:00 committed by GitHub
parent be3ac50791
commit 310d35c044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -216,7 +216,6 @@
overflow: hidden;
resize: none;
padding: 9px 13px 8px;
text-transform: uppercase;
}
.modal-close-x::after {