Skip to content

Commit

Permalink
fix: update gssmr genesis to use pallet_babe::SameAuthoritiesForever (C…
Browse files Browse the repository at this point in the history
  • Loading branch information
noot committed Jul 19, 2021
1 parent a3786e9 commit fb0a751
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions chain/gssmr/genesis-spec.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion chain/gssmr/genesis.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/runtime/life/exports_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func TestInstance_BabeConfiguration_NodeRuntime_WithAuthorities(t *testing.T) {
SlotDuration: 3000,
EpochLength: 200,
C1: 1,
C2: 4,
C2: 2,
GenesisAuthorities: expectedAuthData,
Randomness: [32]byte{},
SecondarySlots: 1,
Expand Down

0 comments on commit fb0a751

Please sign in to comment.