From af2b9c72443529237fff2a2c091e01c0bc0d9983 Mon Sep 17 00:00:00 2001 From: Acha Bill Date: Mon, 21 Oct 2024 15:49:35 -0400 Subject: [PATCH] fix: use fullnode --- pkg/check/soc/soc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/check/soc/soc.go b/pkg/check/soc/soc.go index 38090b171..7292ca68d 100644 --- a/pkg/check/soc/soc.go +++ b/pkg/check/soc/soc.go @@ -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 {