From f66af885ab3841b5f652b6bc0a9d55793261f17d Mon Sep 17 00:00:00 2001 From: Peter Oschwald Date: Wed, 14 Sep 2022 19:17:55 -0500 Subject: [PATCH] Remove initial_chain_id in genesis.json as it is not supported. A remnant of long ago... --- tutorials/bios-boot-tutorial/genesis.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tutorials/bios-boot-tutorial/genesis.json b/tutorials/bios-boot-tutorial/genesis.json index 6e27e3cd87..f0f77b4fbb 100644 --- a/tutorials/bios-boot-tutorial/genesis.json +++ b/tutorials/bios-boot-tutorial/genesis.json @@ -19,6 +19,5 @@ "max_inline_action_size": 4096, "max_inline_action_depth": 4, "max_authority_depth": 6 - }, - "initial_chain_id": "0000000000000000000000000000000000000000000000000000000000000000" + } }