github.com/onflow/flow-go@v0.35.7-crescendo-preview.23-atree-inlining/consensus/hotstuff/committees/leader/bootstrap.go (about)

     1  package leader
     2  
     3  // NewBootstrapLeaderSelection creates a leader selection for bootstrapping process to create
     4  // genesis QC.
     5  // The returned leader selection does not have any pre-generated leader selections since
     6  // the bootstrapping process don't need it.
     7  func NewSelectionForBootstrap() *LeaderSelection {
     8  	return &LeaderSelection{}
     9  }