fix: force leveldb open

This commit is contained in:
ppe
2022-10-31 16:53:19 +01:00
committed by just_ppe
parent de490bfd0e
commit 4deee6f3bd
19 changed files with 284 additions and 128 deletions

View File

@@ -62,7 +62,7 @@ export class Evolve implements ExecutionContextModifier {
return executionContext;
} catch (e) {
throw new SmartWeaveError(SmartWeaveErrorType.CONTRACT_NOT_FOUND, {
message: `Contract having txId: ${contractTxId} not found`,
message: `Error while evolving ${contractTxId} from ${currentSrcTxId} to ${evolvedSrcTxId}: ${e}`,
requestedTxId: contractTxId
});
}