Skip to content

eth/tracers/internal/tracetest/testdata/prestate_tracer_with_diff_mode/create_failed.json

Type MOD
Upstream Lines 94
Changed +1 -0

Add mainnet's real terminalTotalDifficulty to the replayed mainnet-shaped genesis config — the fixture carries a type-2 transaction, and without a TTD the config reads as perpetual PoW (no fee market), so the tx type would be rejected

diff --git a/eth/tracers/internal/tracetest/testdata/prestate_tracer_with_diff_mode/create_failed.json b/eth/tracers/internal/tracetest/testdata/prestate_tracer_with_diff_mode/create_failed.json
index b5bccf7bd..669414611 100644
--- a/eth/tracers/internal/tracetest/testdata/prestate_tracer_with_diff_mode/create_failed.json
+++ b/eth/tracers/internal/tracetest/testdata/prestate_tracer_with_diff_mode/create_failed.json
@@ -55,6 +55,7 @@
       "londonBlock": 12965000,
       "arrowGlacierBlock": 13773000,
       "grayGlacierBlock": 15050000,
+      "terminalTotalDifficulty": 58750000000000000000000,
       "ethash": {}
     }
   },

← Back to Eth Service