github.com/MetalBlockchain/metalgo@v1.11.9/snow/consensus/snowman/bootstrapper/poll_test.go (about)

     1  // Copyright (C) 2019-2024, Ava Labs, Inc. All rights reserved.
     2  // See the file LICENSE for licensing terms.
     3  
     4  package bootstrapper
     5  
     6  import "github.com/MetalBlockchain/metalgo/ids"
     7  
     8  var (
     9  	nodeID0 = ids.GenerateTestNodeID()
    10  	nodeID1 = ids.GenerateTestNodeID()
    11  	nodeID2 = ids.GenerateTestNodeID()
    12  
    13  	blkID0 = ids.GenerateTestID()
    14  	blkID1 = ids.GenerateTestID()
    15  )