docs: some comments in code, clean-up

This commit is contained in:
ppedziwiatr
2021-10-29 13:25:02 +02:00
committed by Piotr Pędziwiatr
parent 02b0651fb3
commit 2d6c6ad5d3
4 changed files with 38 additions and 8 deletions

View File

@@ -160,6 +160,6 @@ export class CacheableStateEvaluator extends DefaultStateEvaluator {
contractTxId,
state
});
await this.cache.put(new BlockHeightKey(contractTxId, +currentInteraction.block.height), state);
await this.cache.put(new BlockHeightKey(contractTxId, currentInteraction.block.height), state);
}
}