Skip to content

Commit

Permalink
Update core/rawdb/taiko_l1_origin.go
Browse files Browse the repository at this point in the history
Co-authored-by: maskpp <[email protected]>
  • Loading branch information
davidtaikocha and mask-pp authored Jan 30, 2025
1 parent f5cf09f commit 09709d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/rawdb/taiko_l1_origin.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type l1OriginMarshaling struct {
}

// IsPreconfBlock returns true if the L1Origin is for a preconfirmation block.
func (l L1Origin) IsPreconfBlock() bool {
func (l *L1Origin) IsPreconfBlock() bool {
return l.L1BlockHeight == nil
}

Expand Down

0 comments on commit 09709d9

Please sign in to comment.