We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a0574 commit 60e61e6Copy full SHA for 60e61e6
app/scripts/metamask-controller.js
@@ -497,7 +497,7 @@ module.exports = class MetamaskController extends EventEmitter {
497
// verify keyrings
498
const nonSimpleKeyrings = this.keyringController.keyrings.filter(keyring => keyring.type !== 'Simple Key Pair')
499
if (nonSimpleKeyrings.length > 1 && this.diagnostics) {
500
- await this.reportMultipleKeyrings(nonSimpleKeyrings)
+ await this.diagnostics.reportMultipleKeyrings(nonSimpleKeyrings)
501
}
502
503
await this.preferencesController.syncAddresses(accounts)
0 commit comments