Skip to content

Commit

Permalink
Misc remove duplicate assignment in subgraph batch handle (Layr-Labs#384
Browse files Browse the repository at this point in the history
)

Co-authored-by: Bowen Xue <[email protected]>
  • Loading branch information
bxue-l2 and Bowen Xue authored Mar 22, 2024
1 parent 4c97d46 commit 8300241
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion subgraphs/eigenda-batch-metadata/src/edasm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const BATCH_PREFIX_BYTES = Bytes.fromHexString("0x0007")
export function handleConfirmBatchCall(confirmBatchCall: ConfirmBatchCall): void {
let batchHeader = new BatchHeader(BATCH_HEADER_PREFIX_BYTES.concat(confirmBatchCall.transaction.hash))
batchHeader.blobHeadersRoot = confirmBatchCall.inputs.batchHeader.blobHeadersRoot
batchHeader.blobHeadersRoot = confirmBatchCall.inputs.batchHeader.blobHeadersRoot
batchHeader.quorumNumbers = bytesToBigIntArray(confirmBatchCall.inputs.batchHeader.quorumNumbers)
batchHeader.signedStakeForQuorums = bytesToBigIntArray(confirmBatchCall.inputs.batchHeader.signedStakeForQuorums)
batchHeader.referenceBlockNumber = confirmBatchCall.inputs.batchHeader.referenceBlockNumber
Expand Down

0 comments on commit 8300241

Please sign in to comment.