1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-26 05:13:37 +02:00
metamask-extension/test/unit/app
Mark Stacey 8ff1d05df3
Remove recipient blocklist checker (#8943)
It seems that this blocklist checker never worked correctly. Ever since
the initial commit, it was comparing the Number `1` to the `networkId`,
which is a string. Additionally, even if it did throw, the transaction
continued unhindered. The user could still approve it, and there was no
indication shown to the user that anything went wrong. Also some of the
blocklist entries were incorrectly mixed-case, and were never hit.

We can remove this for now, and re-add it later on after we rewrite the
transaction controller.
2020-07-08 18:34:54 -03:00
..
controllers
account-import-strategies.spec.js
buy-eth-url.spec.js
cleanErrorStack.spec.js
ComposableObservableStore.js
fetch-with-timeout.test.js
message-manager-test.js
nodeify-test.js
personal-message-manager-test.js
seed-phrase-verifier-test.js
typed-message-manager.spec.js
util-test.js