Skip to content

Commit

Permalink
Update BlockProvable
Browse files Browse the repository at this point in the history
  • Loading branch information
ejMina226 committed Jan 2, 2025
1 parent 3c42e6e commit 7587a47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/protocol/src/prover/block/BlockProvable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
Struct,
Void,
} from "o1js";
import { WithZkProgrammable } from "@proto-kit/common";
import { WithZkProgram } from "@proto-kit/common";

import { StateTransitionProof } from "../statetransition/StateTransitionProvable";
import { MethodPublicOutput } from "../../model/MethodPublicOutput";
Expand Down Expand Up @@ -70,7 +70,7 @@ export class DynamicRuntimeProof extends DynamicProof<
}

export interface BlockProvable
extends WithZkProgrammable<BlockProverPublicInput, BlockProverPublicOutput> {
extends WithZkProgram<BlockProverPublicInput, BlockProverPublicOutput> {
proveTransaction: (
publicInput: BlockProverPublicInput,
stateProof: StateTransitionProof,
Expand Down

0 comments on commit 7587a47

Please sign in to comment.