mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-08 08:54:05 +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:
@@ -869,4 +869,8 @@ export class Indexer implements IndexerInterface {
|
||||
await dbTx.release();
|
||||
}
|
||||
}
|
||||
|
||||
async getFullTransactions (txHashList: string[]): Promise<EthFullTransaction[]> {
|
||||
return this._baseIndexer.getFullTransactions(txHashList);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user