fix: initState for evalInteraction
This commit is contained in:
@@ -756,6 +756,9 @@ export class HandlerBasedContract<State> implements Contract<State> {
|
||||
) {
|
||||
const interactionCall: InteractionCall = this.getCallStack().addInteractionData(interactionData);
|
||||
const benchmark = Benchmark.measure();
|
||||
|
||||
await executionContext.handler.initState(evalStateResult.state);
|
||||
|
||||
const result = await executionContext.handler.handle<Input, View>(
|
||||
executionContext,
|
||||
evalStateResult,
|
||||
|
||||
Reference in New Issue
Block a user