Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cmwaters committed Jun 16, 2023
1 parent 499c9a4 commit 842a367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state/execution.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func (blockExec *BlockExecutor) CreateProposalBlock(
panic(err)
}

// Celestia passes the data root back as the second to last transaction
// Celestia passes the data root back as the second to last transaction
// and the big endian encoding of the square size as the last transaction.
if len(rpp.Txs) < 2 {
panic("state machine returned an invalid prepare proposal response: expected at least 2 transactions")
Expand Down

0 comments on commit 842a367

Please sign in to comment.