Skip to content

Commit 46432ea

Browse files
committed
fix jsdoc
1 parent ba00a97 commit 46432ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

yarn-project/validator-client/src/duties/validation_service.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,12 @@ export class ValidationService {
3434
* Create a block proposal with the given header, archive, and transactions
3535
*
3636
* @param blockHeader - The block header
37-
* @param indexWithinCheckpoint - Index of this block within the checkpoint (0-indexed)
37+
* @param blockIndexWithinCheckpoint - The block index within checkpoint for HA signing context
3838
* @param inHash - Hash of L1 to L2 messages for this checkpoint
3939
* @param archive - The archive of the current block
4040
* @param txs - TxHash[] ordered list of transactions
4141
* @param options - Block proposal options (including broadcastInvalidBlockProposal for testing)
4242
* @param blockNumber - The block number for HA signing context
43-
* @param blockIndexWithinCheckpoint - The block index within checkpoint for HA signing context
4443
*
4544
* @returns A block proposal signing the above information
4645
* @throws DutyAlreadySignedError if HA signer indicates duty already signed by another node

0 commit comments

Comments
 (0)