Skip to content

Commit 9567536

Browse files
chore: fix function name in comment (ethereum#1529)
Signed-off-by: shangchengbabaiban <[email protected]>
1 parent 7a5c864 commit 9567536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/types/block.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ func (h *Header) ValidateBlockNumberOptionsPIP15(minBlockNumber *big.Int, maxBlo
221221
return nil
222222
}
223223

224-
// ValidateBlockNumberOptionsPIP15 validates the timestamp range passed as in the options parameter in the conditional transaction (PIP-15)
224+
// ValidateTimestampOptionsPIP15 validates the timestamp range passed as in the options parameter in the conditional transaction (PIP-15)
225225
func (h *Header) ValidateTimestampOptionsPIP15(minTimestamp *uint64, maxTimestamp *uint64) error {
226226
currentBlockTime := h.Time
227227

0 commit comments

Comments
 (0)