mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
fix(cli): store extradata as Bytes, decode hex in parser (#22344)
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
committed by
GitHub
parent
8fa539225b
commit
8529da976f
@@ -685,7 +685,9 @@ TxPool:
|
||||
|
||||
Builder:
|
||||
--builder.extradata <EXTRA_DATA>
|
||||
Block extra data set by the payload builder
|
||||
Block extra data set by the payload builder.
|
||||
|
||||
If the value is a `0x`-prefixed hex string, it is decoded into raw bytes. Otherwise, the raw UTF-8 bytes of the string are used.
|
||||
|
||||
[default: reth/<VERSION>/<OS>]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user