Skip to content

Commit

Permalink
Revert empty lines removal
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkushinDaniil committed Dec 27, 2024
1 parent 8b937a8 commit d3aaf57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,12 @@ func Post0132Hash(b *Block, stateDiff *StateDiff) (*felt.Felt, *BlockCommitments
wg.Go(func() {
rCommitment, rErr = receiptCommitment(b.Receipts)
})

wg.Go(func() {
sdLength = stateDiff.Length()
sdCommitment = stateDiff.Hash()
})

wg.Wait()

if tErr != nil {
Expand Down

0 comments on commit d3aaf57

Please sign in to comment.