Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkushinDaniil committed Nov 21, 2024
1 parent 16ab5aa commit 6ed0682
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ func Post0132Hash(b *Block, stateDiff *StateDiff) (*felt.Felt, *BlockCommitments

concatCounts := concatCounts(b.TransactionCount, b.EventCount, sdLength, b.L1DAMode)

// temporary hack
// These values are nil for some pre 0.13.2 blocks
// `crypto.PoseidonArray` panics if any of the values are nil
seqAddr := &felt.Zero
gasPriceStrk := &felt.Zero
l1DataGasPricrInWei := &felt.Zero
Expand Down

0 comments on commit 6ed0682

Please sign in to comment.