Skip to content

Commit

Permalink
Merge branch 'develop' into FD-179
Browse files Browse the repository at this point in the history
  • Loading branch information
Emyrk committed Jul 12, 2017
2 parents ba534ce + 7352d9f commit c6c87e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions engine/NetStart.go
Expand Up @@ -514,6 +514,12 @@ func startServers(load bool) {
}

func setupFirstAuthority(s *state.State) {
if len(s.Authorities) > 0 {
//Don't initialize first authority if we are loading during fast boot
//And there are already authorities present
return
}

var id state.Identity
if networkIdentity := s.GetNetworkBootStrapIdentity(); networkIdentity != nil {
id.IdentityChainID = networkIdentity
Expand Down

0 comments on commit c6c87e3

Please sign in to comment.