mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-07 16:34:06 +00:00
Fix block processing during chain reorg (#498)
* Fix block processing during chain reorg * Add new method in test dummy indexer * Add missing semicolon
This commit is contained in:
@@ -334,4 +334,8 @@ export class Indexer implements IndexerInterface {
|
||||
async processStateCheckpoint (contractAddress: string, blockHash: string): Promise<boolean> {
|
||||
return false;
|
||||
}
|
||||
|
||||
async getFullTransactions (txHashList: string[]): Promise<EthFullTransaction[]> {
|
||||
return [];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user