1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

controllers - balance - update for eth-block-tracker@4

This commit is contained in:
kumavis 2018-05-16 21:16:05 -07:00
parent 623533ab15
commit 32b3b8f2a7

View File

@ -80,7 +80,7 @@ class BalanceController {
} }
}) })
this.accountTracker.store.subscribe(update) this.accountTracker.store.subscribe(update)
this.blockTracker.on('block', update) this.blockTracker.on('latest', update)
} }
/** /**