mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 18:32:42 +00:00
Remove duplicate 0x on ssz_types serialization
This commit is contained in:
@@ -503,7 +503,7 @@ mod test {
|
||||
"gasLimit": "0x1",
|
||||
"gasUsed": "0x2",
|
||||
"timestamp": "0x2a",
|
||||
"extraData": [],
|
||||
"extraData": "0x",
|
||||
"baseFeePerGas": HASH_00,
|
||||
"blockHash": HASH_01,
|
||||
"transactions": [],
|
||||
|
||||
Reference in New Issue
Block a user