1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-22 17:33:23 +01:00

Deactivate polling for now.

This commit is contained in:
Kevin Serrano 2016-12-16 11:39:41 -08:00
parent c8d7f777eb
commit 1458b8c68e
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4

View File

@ -35,7 +35,9 @@ module.exports = class MetamaskController {
this.checkTOSChange()
this.scheduleConversionInterval()
this.scheduleNoticeCheck()
// to be uncommented when retrieving notices from a remote server.
// this.scheduleNoticeCheck()
}
getState () {