Update simulate.go

This commit is contained in:
Rez 2025-03-02 08:45:19 +11:00
parent 2407255bb3
commit d71a99029f
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -262,7 +262,6 @@ func (sim *simulator) processBlock(ctx context.Context, block *simBlock, header,
if sim.chainConfig.IsCancun(header.Number, header.Time) {
header.BlobGasUsed = &blobGasUsed
}
var requests [][]byte
// Process EIP-7685 requests
if sim.chainConfig.IsPrague(header.Number, header.Time) {