Skip to content

Commit

Permalink
fix: use fullnode
Browse files Browse the repository at this point in the history
  • Loading branch information
acha-bill committed Oct 21, 2024
1 parent 330a70c commit af2b9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/check/soc/soc.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (c *Check) Run(ctx context.Context, cluster orchestration.Cluster, opts int
}

payload := []byte("Hello Swarm :)")
sortedNodes := cluster.NodeNames()
sortedNodes := cluster.FullNodeNames()

privKey, err := crypto.GenerateSecp256k1Key()
if err != nil {
Expand Down

0 comments on commit af2b9c7

Please sign in to comment.