mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(staged-sync): write genesis EIP1559 base fee (#965)
This commit is contained in:
@ -115,7 +115,7 @@ impl Command {
|
||||
prometheus_exporter::initialize(listen_addr)?;
|
||||
}
|
||||
|
||||
let genesis = init_genesis(db.clone(), self.chain.genesis().clone())?;
|
||||
let genesis = init_genesis(db.clone(), self.chain.clone())?;
|
||||
info!(target: "reth::cli", ?genesis, "Inserted genesis");
|
||||
|
||||
let consensus: Arc<BeaconConsensus> = Arc::new(BeaconConsensus::new(self.chain.clone()));
|
||||
|
||||
Reference in New Issue
Block a user