refactor: file cache refactor
This commit is contained in:
committed by
Piotr Pędziwiatr
parent
5394f8caff
commit
4c1bbb8902
@@ -52,7 +52,7 @@ export class CacheableContractInteractionsLoader implements InteractionsLoader {
|
||||
|
||||
const missingInteractions = await this.baseImplementation.load(
|
||||
contractId,
|
||||
cachedHeight + 1,
|
||||
Math.max(cachedHeight + 1, fromBlockHeight),
|
||||
toBlockHeight,
|
||||
evaluationOptions
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user