mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
chore: fix function name in comment (#1529)
Signed-off-by: shangchengbabaiban <shuang.cui@live.cn>
This commit is contained in:
parent
7a5c864340
commit
956753646a
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ func (h *Header) ValidateBlockNumberOptionsPIP15(minBlockNumber *big.Int, maxBlo
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// ValidateBlockNumberOptionsPIP15 validates the timestamp range passed as in the options parameter in the conditional transaction (PIP-15)
|
// ValidateTimestampOptionsPIP15 validates the timestamp range passed as in the options parameter in the conditional transaction (PIP-15)
|
||||||
func (h *Header) ValidateTimestampOptionsPIP15(minTimestamp *uint64, maxTimestamp *uint64) error {
|
func (h *Header) ValidateTimestampOptionsPIP15(minTimestamp *uint64, maxTimestamp *uint64) error {
|
||||||
currentBlockTime := h.Time
|
currentBlockTime := h.Time
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue