Skip to content

Commit

Permalink
Stop upper-casing exported private key
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Gudahtt committed Jun 24, 2020
1 parent be3ac50 commit eb898ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/app/css/itcss/components/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@
overflow: hidden;
resize: none;
padding: 9px 13px 8px;
text-transform: uppercase;
}

.modal-close-x::after {
Expand Down

0 comments on commit eb898ab

Please sign in to comment.