eth/tracers/js: use t.toBig on ctx.GasPrice for js tracing (#27903)
This change fixes a bug in js tracer, where `ctx.GasPrice.toString(16)` returns a number string in base `10`.
Showing
Please register or sign in to comment
This change fixes a bug in js tracer, where `ctx.GasPrice.toString(16)` returns a number string in base `10`.