Skip to content

Commit

Permalink
Merge branch 'develop' into cryptodev2s/bump-user-operatin-controller…
Browse files Browse the repository at this point in the history
…-19.0.0
  • Loading branch information
cryptodev-2s authored Nov 29, 2024
2 parents d7024b6 + db4386f commit 9a9a2f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions app/scripts/metamask-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -2897,8 +2897,7 @@ export default class MetamaskController extends EventEmitter {
);
},
isOnPhishingList: (url) => {
const { usePhishDetect } =
this.preferencesController.store.getState();
const { usePhishDetect } = this.preferencesController.state;

if (!usePhishDetect) {
return false;
Expand Down
1 change: 1 addition & 0 deletions test/e2e/tests/confirmations/signatures/siwe.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import {
} from './signature-helpers';

describe('Confirmation Signature - SIWE @no-mmi', function (this: Suite) {
this.timeout(200000); // This test is very long, so we need an unusually high timeout
it('initiates and confirms', async function () {
await withTransactionEnvelopeTypeFixtures(
this.test?.fullTitle(),
Expand Down

0 comments on commit 9a9a2f8

Please sign in to comment.