File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ sync = ""
15
15
digest = " "
16
16
17
17
[init ]
18
- genesis = " ./chain/dev/genesis-spec .json"
18
+ genesis = " ./chain/dev/genesis.json"
19
19
20
20
[account ]
21
21
key = " "
Original file line number Diff line number Diff line change 39
39
// InitConfig
40
40
41
41
// DefaultGenesis is the default genesis configuration path
42
- DefaultGenesis = string ("./chain/dev/genesis-spec .json" )
42
+ DefaultGenesis = string ("./chain/dev/genesis.json" )
43
43
44
44
// AccountConfig
45
45
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ sync = ""
15
15
digest = " "
16
16
17
17
[init ]
18
- genesis = " ./chain/gssmr/genesis-spec .json"
18
+ genesis = " ./chain/gssmr/genesis.json"
19
19
20
20
[account ]
21
21
key = " "
Original file line number Diff line number Diff line change 41
41
// InitConfig
42
42
43
43
// DefaultGenesis is the default genesis configuration path
44
- DefaultGenesis = string ("./chain/gssmr/genesis-spec .json" )
44
+ DefaultGenesis = string ("./chain/gssmr/genesis.json" )
45
45
46
46
// AccountConfig
47
47
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ func TestConfig(t *testing.T) {
45
45
FinalityGadgetLvl : log .Info ,
46
46
},
47
47
Init : InitConfig {
48
- Genesis : "./chain/dev/genesis-spec .json" ,
48
+ Genesis : "./chain/dev/genesis.json" ,
49
49
},
50
50
Account : AccountConfig {
51
51
Key : "alice" ,
@@ -106,7 +106,7 @@ func TestConfig(t *testing.T) {
106
106
FinalityGadgetLvl : log .Info ,
107
107
},
108
108
Init : InitConfig {
109
- Genesis : "./chain/gssmr/genesis-spec .json" ,
109
+ Genesis : "./chain/gssmr/genesis.json" ,
110
110
},
111
111
Account : AccountConfig {},
112
112
Core : CoreConfig {
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ func TestNewTestConfig(t *testing.T) {
116
116
BlockProducerLvl : 3 ,
117
117
FinalityGadgetLvl : 3 ,
118
118
},
119
- Init : InitConfig {Genesis : "./chain/gssmr/genesis-spec .json" },
119
+ Init : InitConfig {Genesis : "./chain/gssmr/genesis.json" },
120
120
Core : CoreConfig {
121
121
Roles : 4 ,
122
122
BabeAuthority : true ,
You can’t perform that action at this time.
0 commit comments