Closed marioevz closed 1 month ago
The T8N daemon was failing when spawned on London fork due to an extra parameter that was appended (t8n.fork_block == self.block_number), which seems to have been removed in https://github.com/ethereum/execution-specs/commit/8d617fbb424ded118fd29e3fb13d31242d8c38c4.
t8n.fork_block == self.block_number
Removing the lines that added the parameter seems to have done the trick.
What was wrong?
The T8N daemon was failing when spawned on London fork due to an extra parameter that was appended (
t8n.fork_block == self.block_number
), which seems to have been removed in https://github.com/ethereum/execution-specs/commit/8d617fbb424ded118fd29e3fb13d31242d8c38c4.How was it fixed?
Removing the lines that added the parameter seems to have done the trick.
Cute Animal Picture