mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
Merge branch 'develop' into manav/upstream_merge_v1.14.13
This commit is contained in:
commit
7f2319d4ac
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -300,7 +300,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload code and chain data
|
- name: Upload code and chain data
|
||||||
if: always()
|
if: always()
|
||||||
- uses: PaloAltoNetworks/upload-secure-artifact@main
|
uses: PaloAltoNetworks/upload-secure-artifact@main
|
||||||
with:
|
with:
|
||||||
name: code_${{ github.run_id }}
|
name: code_${{ github.run_id }}
|
||||||
path: code.tar.gz
|
path: code.tar.gz
|
||||||
|
|
|
||||||
|
|
@ -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