fix: do not rlp encode extradata (#7256)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Justin Traglia
2024-03-20 13:26:13 -05:00
committed by GitHub
parent 28b983403e
commit 52668c6de4
7 changed files with 7 additions and 9 deletions

View File

@ -47,7 +47,7 @@ where
.interval(conf.interval())
.deadline(conf.deadline())
.max_payload_tasks(conf.max_payload_tasks())
.extradata(conf.extradata_rlp_bytes())
.extradata(conf.extradata_bytes())
.max_gas_limit(conf.max_gas_limit());
let payload_generator = EmptyBlockPayloadJobGenerator::with_builder(