diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-11-22 03:45:31 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-11-22 03:45:31 +0800 |
commit | 6ae2400ef2fc6e6c5096cc71b3fcf422ccc5e8b2 (patch) | |
tree | 3fe01c75054dde48d3324bf55387c1d81d1cd32a /CHANGELOG.md | |
parent | 7021c7708c927b8723b6ba5842b451b6f46dbb3e (diff) | |
download | tangerine-wallet-browser-6ae2400ef2fc6e6c5096cc71b3fcf422ccc5e8b2.tar tangerine-wallet-browser-6ae2400ef2fc6e6c5096cc71b3fcf422ccc5e8b2.tar.gz tangerine-wallet-browser-6ae2400ef2fc6e6c5096cc71b3fcf422ccc5e8b2.tar.bz2 tangerine-wallet-browser-6ae2400ef2fc6e6c5096cc71b3fcf422ccc5e8b2.tar.lz tangerine-wallet-browser-6ae2400ef2fc6e6c5096cc71b3fcf422ccc5e8b2.tar.xz tangerine-wallet-browser-6ae2400ef2fc6e6c5096cc71b3fcf422ccc5e8b2.tar.zst tangerine-wallet-browser-6ae2400ef2fc6e6c5096cc71b3fcf422ccc5e8b2.zip |
Fix custom provider menu item
The Custom RPC menu item in the provider menu would not appear when Localhost:8545 was selected.
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 177545214..6ef430d20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Current Master - Fix bug that would cause MetaMask to occasionally lose its StreamProvider connection and drop requests. +- Fix bug that would cause the Custom RPC menu item to not appear when Localhost 8545 was selected. ## 2.13.8 2016-11-16 |