mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
core: remove requests var
This commit is contained in:
parent
d250deb70a
commit
0310778b86
1 changed files with 0 additions and 1 deletions
|
|
@ -348,7 +348,6 @@ func GenerateChain(config *params.ChainConfig, parent *types.Block, engine conse
|
|||
|
||||
var requests [][]byte
|
||||
if config.IsPrague(b.header.Number, b.header.Time) {
|
||||
requests := [][]byte{}
|
||||
for _, r := range b.receipts {
|
||||
depositRequests, err := ParseDepositLogs(r.Logs, config)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue