docs: some comments in code, clean-up
This commit is contained in:
committed by
Piotr Pędziwiatr
parent
02b0651fb3
commit
2d6c6ad5d3
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user