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.
feature/default_network_editable
Mark Stacey 4 years ago committed by GitHub
parent be3ac50791
commit 310d35c044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ui/app/css/itcss/components/modal.scss

@ -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…
Cancel
Save