Merge branch 'develop' into manav/upstream_merge_v1.14.13

This commit is contained in:
Manav Darji 2025-05-03 10:25:14 -04:00
commit 7f2319d4ac
No known key found for this signature in database
GPG key ID: A426F0124435F36E
2 changed files with 2 additions and 2 deletions

View file

@ -300,7 +300,7 @@ jobs:
- name: Upload code and chain data
if: always()
- uses: PaloAltoNetworks/upload-secure-artifact@main
uses: PaloAltoNetworks/upload-secure-artifact@main
with:
name: code_${{ github.run_id }}
path: code.tar.gz

View file

@ -221,7 +221,7 @@ func (h *Header) ValidateBlockNumberOptionsPIP15(minBlockNumber *big.Int, maxBlo
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 {
currentBlockTime := h.Time