fix: fix for a strange issue with state changing for contract YLVpmhSq5JmLltfg6R-5fL04rIRPrlSU22f6RQ6VyYE

This commit is contained in:
ppedziwiatr
2021-08-26 15:37:00 +02:00
parent c1bfc38cf2
commit 354bc2e7db
17 changed files with 316 additions and 114 deletions

View File

@@ -54,7 +54,7 @@ export class Evolve implements ExecutionContextModifier {
const contractTxId = executionContext.contractDefinition.txId;
logger.debug(`trying to evolve for: ${contractTxId}`);
if (!isEvolveCompatible(state)) {
logger.verbose('State is not evolve compatible');
logger.debug('State is not evolve compatible');
return executionContext;
}
const currentSrcTxId = executionContext.contractDefinition.srcTxId;