Skip to content

Commit 42467f1

Browse files
authored
params: fix history serve window for verkle test (#32127)
Fixes the history serve window parameter for the test function `getContractStoredBlockHash`. Fixes #32458.
1 parent 9b2e8e7 commit 42467f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/protocol_params.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ const (
180180
BlobTxMaxBlobs = 6
181181
BlobBaseCost = 1 << 13 // Base execution gas cost for a blob.
182182

183-
HistoryServeWindow = 8192 // Number of blocks to serve historical block hashes for, EIP-2935.
183+
HistoryServeWindow = 8191 // Number of blocks to serve historical block hashes for, EIP-2935.
184184

185185
MaxBlockSize = 8_388_608 // maximum size of an RLP-encoded block
186186
)

0 commit comments

Comments
 (0)