Skip to content

Commit

Permalink
fixup: Update stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
maru-ava committed Nov 30, 2023
1 parent 0f9a047 commit 9dea92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixture/tmpnet/local/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ func stakersForNodes(networkID uint32, nodes []*LocalNode) ([]genesis.UnparsedSt
return nil, fmt.Errorf("failed to format reward address: %w", err)
}

// Configure provided validator node IDs as initial stakers
// Configure provided nodes as initial stakers
initialStakers := make([]genesis.UnparsedStaker, len(nodes))
for i, node := range nodes {
pop, err := node.GetProofOfPosession()
Expand Down

0 comments on commit 9dea92e

Please sign in to comment.