core, eth, les, light: scope receipt functionality a bit cleaner
This commit is contained in:
@ -297,7 +297,7 @@ func benchReadChain(b *testing.B, full bool, count uint64) {
|
||||
if full {
|
||||
hash := header.Hash()
|
||||
rawdb.ReadBody(db, hash, n)
|
||||
rawdb.ReadReceipts(db, hash, n)
|
||||
rawdb.ReadReceipts(db, hash, n, chain.Config())
|
||||
}
|
||||
}
|
||||
chain.Stop()
|
||||
|
Reference in New Issue
Block a user