Update blockchain.go

This commit is contained in:
Arpit Temani 2021-05-25 16:01:25 +05:30 committed by GitHub
parent 638e829b04
commit 12f4f63581
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,7 +85,7 @@ var (
const (
bodyCacheLimit = 256
blockCacheLimit = 256
receiptsCacheLimit = 32
receiptsCacheLimit = 1024
txLookupCacheLimit = 1024
maxFutureBlocks = 256
maxTimeFutureBlocks = 30