Skip to content

Commit 2cc6d37

Browse files
committed
Fix testing protocol.
1 parent 9b173ff commit 2cc6d37

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/protocol/test/TestingProtocol.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import {
77
BlockProver,
88
LastStateRootBlockHook,
99
MethodPublicOutput,
10-
NoOpStateTransitionWitnessProvider,
1110
Protocol,
1211
StateTransitionProver,
1312
} from "../src";
@@ -39,7 +38,6 @@ export function createAndInitTestingProtocol() {
3938
protocol.create(() => container.createChildContainer());
4039

4140
protocol.registerValue({
42-
StateTransitionWitnessProvider: new NoOpStateTransitionWitnessProvider(),
4341
Runtime: new RuntimeMock(),
4442
});
4543

0 commit comments

Comments
 (0)