Payload builder new payload compile error #8232
-
I'm requesting a new payload to be built, I'm bypassing the Engine API and directly calling the
I get the following error:
The error can be reproduced in I tried wiring up I would greatly appreciate any help in this matter. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
are you modifying the existing launch function? using specific types won't work here because this is generic over enginetypes and not ethereum engine types ptal here: https://github.com/paradigmxyz/reth/compare/matt/add-payload-builder-example?expand=1 |
Beta Was this translation helpful? Give feedback.
are you modifying the existing launch function?
using specific types won't work here because this is generic over enginetypes and not ethereum engine types
ptal here:
https://github.com/paradigmxyz/reth/compare/matt/add-payload-builder-example?expand=1