fix: add difficulty to autoseal blocks (#2136)

This commit is contained in:
Dan Cline
2023-04-06 04:21:26 -04:00
committed by GitHub
parent 843efe888f
commit 5e82f5aadf

View File

@ -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,