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 9b173ff commit 2cc6d37Copy full SHA for 2cc6d37
packages/protocol/test/TestingProtocol.ts
@@ -7,7 +7,6 @@ import {
7
BlockProver,
8
LastStateRootBlockHook,
9
MethodPublicOutput,
10
- NoOpStateTransitionWitnessProvider,
11
Protocol,
12
StateTransitionProver,
13
} from "../src";
@@ -39,7 +38,6 @@ export function createAndInitTestingProtocol() {
39
38
protocol.create(() => container.createChildContainer());
40
41
protocol.registerValue({
42
- StateTransitionWitnessProvider: new NoOpStateTransitionWitnessProvider(),
43
Runtime: new RuntimeMock(),
44
});
45
0 commit comments