Skip to content

Commit e091cfb

Browse files
committed
Fixed remaining test compile error
1 parent 30fadea commit e091cfb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/sdk/test/blockProof/blockProof.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ describe.skip("blockProof", () => {
9797
}),
9898
networkState: NetworkState.empty(),
9999
signature: Signature.create(PrivateKey.random(), [Field(0)]),
100+
prover: {
101+
incomingMessagesHash: Field(0),
102+
transactionsHash: Field(0),
103+
eternalTransactionsHash: Field(0),
104+
blockHashRoot: Field(0),
105+
},
100106
});
101107
});
102108

0 commit comments

Comments
 (0)