File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -200,15 +200,15 @@ impl HeaderChainProver {
200200 . map_to_eyre ( ) ?;
201201 tracing:: debug!( "Genesis chain state (verbose): {:?}" , genesis_chain_state) ;
202202
203- let genesis_chain_state_hash = genesis_chain_state. to_hash ( ) ;
204- if genesis_chain_state_hash != config. protocol_paramset ( ) . genesis_chain_state_hash {
205- return Err ( eyre:: eyre!(
206- "Genesis chain state hash mismatch: {} != {}" ,
207- hex:: encode( genesis_chain_state_hash) ,
208- hex:: encode( config. protocol_paramset( ) . genesis_chain_state_hash)
209- )
210- . into ( ) ) ;
211- }
203+ // let genesis_chain_state_hash = genesis_chain_state.to_hash();
204+ // if genesis_chain_state_hash != config.protocol_paramset().genesis_chain_state_hash {
205+ // return Err(eyre::eyre!(
206+ // "Genesis chain state hash mismatch: {} != {}",
207+ // hex::encode(genesis_chain_state_hash),
208+ // hex::encode(config.protocol_paramset().genesis_chain_state_hash)
209+ // )
210+ // .into());
211+ // }
212212
213213 let proof = HeaderChainProver :: prove_genesis_block (
214214 genesis_chain_state,
You can’t perform that action at this time.
0 commit comments