File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
yarn-project/validator-client/src/duties Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments