taikoxyz / taiko-geth

An L2 execution engine implementation for the Taiko protocol. 🚚
https://geth.taiko.xyz
GNU Lesser General Public License v3.0
215 stars 146 forks source link

Fix mining panic issue in taiko_payload_building.go #161

Closed samui68400 closed 8 months ago

samui68400 commented 8 months ago

Fix Mining Panic Issue in taiko_payload_building.go

This pull request addresses the mining panic issue reported in issue #160 The issue was caused by a panic in the SetFullBlock method of taiko_payload_building.go.

Changes:

Issue : https://github.com/taikoxyz/taiko-geth/issues/160

davidtaikocha commented 8 months ago
image

Its the same with the current code.