From 05c997514882540b043f334331ffedaae58a2fd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferenc=20S=C3=A1rai?= Date: Mon, 29 Jul 2024 14:23:19 +0200 Subject: [PATCH] history --- pkg/check/act/act.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/check/act/act.go b/pkg/check/act/act.go index 8fbea3d0f..3571921f8 100644 --- a/pkg/check/act/act.go +++ b/pkg/check/act/act.go @@ -196,7 +196,7 @@ func (c *Check) Run(ctx context.Context, cluster orchestration.Cluster, opts int c.logger.Info("ACT grantees listed after patch") // download act file - his := pFile.Address() + his := pFile.HistroryAddress() c.logger.Infof("ref: %v, act: %v, pubk: %v, history: %v", fileAddress, act, publisher, his) size1, hash1, err1 := client1.DownloadActFile(ctx, fileAddress, &api.DownloadOptions{Act: &act, ActPublicKey: &publisher, ActHistoryAddress: &his}) if err1 != nil {