docs: code comment update ;-)

This commit is contained in:
ppedziwiatr
2021-08-31 21:44:30 +02:00
parent a4530d9d07
commit 2d0cd59a82

View File

@@ -65,7 +65,6 @@ export class CacheableStateEvaluator extends DefaultStateEvaluator {
cached: sortedInteractionsUpToBlock.length - missingInteractions.length
});
// I (still) have no idea what I'm doing....
// TODO: this probably should be removed, as it seems to protect from
// some specific contract's implementation flaws
// (i.e. inner calls between two contracts that lead to inf. call loop - circular dependency).