mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 09:18:09 +00:00
Web3 ticker [disabled filter('latest') ]
This commit is contained in:
parent
8a0f945c97
commit
597007afbd
@ -204,7 +204,8 @@ export function init(instance: ?Web3, coinIndex: number = 0): AsyncAction {
|
||||
|
||||
}
|
||||
|
||||
latestBlockFilter.watch(onBlockMined);
|
||||
// latestBlockFilter.watch(onBlockMined);
|
||||
onBlockMined(new Error("manually_triggered_error"), undefined);
|
||||
|
||||
|
||||
// init next coin
|
||||
|
Loading…
Reference in New Issue
Block a user