Skip to content

Commit

Permalink
fix: use fullnode (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
acha-bill authored Oct 21, 2024
1 parent 5c1721c commit 7d6ad0c
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 7d6ad0c

Please sign in to comment.