File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -831,11 +831,6 @@ pub fn run() -> Result<()> {
831
831
let parachain_account =
832
832
AccountIdConversion :: < polkadot_primitives:: AccountId > :: into_account_truncating ( & para_id) ;
833
833
834
- let state_version = Cli :: runtime_version ( & config. chain_spec ) . state_version ( ) ;
835
- let block: Block = generate_genesis_block ( & * config. chain_spec , state_version)
836
- . map_err ( |e| format ! ( "{:?}" , e) ) ?;
837
- let genesis_state = format ! ( "0x{:?}" , HexDisplay :: from( & block. header( ) . encode( ) ) ) ;
838
-
839
834
let polkadot_config = SubstrateCli :: create_configuration (
840
835
& polkadot_cli,
841
836
& polkadot_cli,
@@ -845,7 +840,6 @@ pub fn run() -> Result<()> {
845
840
846
841
info ! ( "Parachain id: {:?}" , para_id) ;
847
842
info ! ( "Parachain Account: {}" , parachain_account) ;
848
- info ! ( "Parachain genesis state: {}" , genesis_state) ;
849
843
info ! (
850
844
"Is collating: {}" ,
851
845
if config. role. is_authority( ) {
You can’t perform that action at this time.
0 commit comments