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 d8b69b5 commit aefb9b9Copy full SHA for aefb9b9
packages/protocol/src/settlement/contracts/SettlementSmartContract.ts
@@ -362,6 +362,10 @@ export abstract class SettlementSmartContractBase extends TokenContractV2 {
362
Bool(true),
363
"Supplied proof is not a closed BlockProof"
364
);
365
+ blockProof.publicOutput.pendingSTBatchesHash.assertEquals(
366
+ Field(0),
367
+ "Supplied proof is has outstanding STs to be proven"
368
+ );
369
370
// Execute onSettlementHooks for additional checks
371
const stateRecord: SettlementStateRecord = {
0 commit comments