mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: add difficulty to autoseal blocks (#2136)
This commit is contained in:
@ -131,7 +131,7 @@ where
|
||||
receipts_root: Default::default(),
|
||||
withdrawals_root: None,
|
||||
logs_bloom: Default::default(),
|
||||
difficulty: Default::default(),
|
||||
difficulty: U256::from(1),
|
||||
number: storage.best_block + 1,
|
||||
gas_limit: 30_000_000,
|
||||
gas_used: 0,
|
||||
|
||||
Reference in New Issue
Block a user