diff options
author | Kevin Serrano <kevgagser@gmail.com> | 2018-01-09 03:43:43 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-09 03:43:43 +0800 |
commit | 0cf5c22178050fff0e89af2a12d87ef7fdf4440c (patch) | |
tree | 0c512e96e6ee56dea366cbef63ace5204d90bc3c /CHANGELOG.md | |
parent | f6f3f915707a2a4f5c9db43ae51741c7d30cbc69 (diff) | |
parent | 52bb711fa99611678d2a2e9b4098f9a6ece8adda (diff) | |
download | tangerine-wallet-browser-0cf5c22178050fff0e89af2a12d87ef7fdf4440c.tar tangerine-wallet-browser-0cf5c22178050fff0e89af2a12d87ef7fdf4440c.tar.gz tangerine-wallet-browser-0cf5c22178050fff0e89af2a12d87ef7fdf4440c.tar.bz2 tangerine-wallet-browser-0cf5c22178050fff0e89af2a12d87ef7fdf4440c.tar.lz tangerine-wallet-browser-0cf5c22178050fff0e89af2a12d87ef7fdf4440c.tar.xz tangerine-wallet-browser-0cf5c22178050fff0e89af2a12d87ef7fdf4440c.tar.zst tangerine-wallet-browser-0cf5c22178050fff0e89af2a12d87ef7fdf4440c.zip |
Merge pull request #2851 from MetaMask/i2812-seedworderrorfix
Fix condition where failing seed word checks would infinite-spin future attempts.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dd9379ba6..31f0406c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Fix bug that prevented updating custom token details. - No longer mark long-pending transactions as failed, since we now have button to retry with higher gas. - Fix rounding error when specifying an ether amount that has too much precision. +- Fix bug where incorrectly inputting seed phrase would prevent any future attempts from succeeding. ## 3.13.3 2017-12-14 |