File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ fn testnet_genesis(
202202 balances : endowed_accounts. iter ( ) . cloned ( ) . map ( |k| ( k, 1 << 50 ) ) . collect ( ) ,
203203 } ,
204204 aura : AuraConfig { authorities : Vec :: new ( ) } ,
205- beefy : BeefyConfig { authorities : Vec :: new ( ) , genesis_block : Some ( 0 ) } ,
205+ beefy : BeefyConfig :: default ( ) ,
206206 grandpa : GrandpaConfig { authorities : Vec :: new ( ) } ,
207207 sudo : SudoConfig { key : Some ( root_key) } ,
208208 session : SessionConfig {
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ fn testnet_genesis(
213213 authorities : Vec :: new ( ) ,
214214 epoch_config : Some ( rialto_runtime:: BABE_GENESIS_EPOCH_CONFIG ) ,
215215 } ,
216- beefy : BeefyConfig { authorities : Vec :: new ( ) , genesis_block : Some ( 0 ) } ,
216+ beefy : BeefyConfig :: default ( ) ,
217217 grandpa : GrandpaConfig { authorities : Vec :: new ( ) } ,
218218 sudo : SudoConfig { key : Some ( root_key) } ,
219219 session : SessionConfig {
You can’t perform that action at this time.
0 commit comments