We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf0741 commit 9a23eecCopy full SHA for 9a23eec
packages/sequencer/src/protocol/production/sequencing/TransactionExecutionService.ts
@@ -116,6 +116,7 @@ export async function executeWithExecutionContext<MethodResult>(
116
// Set up context
117
const executionContext = container.resolve(RuntimeMethodExecutionContext);
118
119
+ executionContext.clear();
120
executionContext.setup(contextInputs);
121
executionContext.setSimulated(runSimulated);
122
@@ -250,7 +251,7 @@ export class TransactionExecutionService {
250
251
throw error;
252
}
253
- traceSTs("STs:", protocolResult.stateTransitions);
254
+ traceSTs("PSTs:", protocolResult.stateTransitions);
255
256
// Apply protocol STs
257
await recordingStateService.applyStateTransitions(
0 commit comments