mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
Deactivate polling for now.
This commit is contained in:
parent
c8d7f777eb
commit
1458b8c68e
@ -35,7 +35,9 @@ module.exports = class MetamaskController {
|
|||||||
this.checkTOSChange()
|
this.checkTOSChange()
|
||||||
|
|
||||||
this.scheduleConversionInterval()
|
this.scheduleConversionInterval()
|
||||||
this.scheduleNoticeCheck()
|
|
||||||
|
// to be uncommented when retrieving notices from a remote server.
|
||||||
|
// this.scheduleNoticeCheck()
|
||||||
}
|
}
|
||||||
|
|
||||||
getState () {
|
getState () {
|
||||||
|
Loading…
Reference in New Issue
Block a user