From 79a53aa896b5fe0532f28dad2823e276433c31d0 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Tue, 12 Nov 2024 18:48:08 +0100 Subject: refactor bit and stages: common stages type for both statges --- auction.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auction.go') diff --git a/auction.go b/auction.go index cf46acc..a4e9272 100644 --- a/auction.go +++ b/auction.go @@ -117,7 +117,7 @@ type auction struct { bidder_ids []string // Stage 1 data per round - stage1 []*nizk.Stage1 + stage1 []*nizk.Stage log *slog.Logger } -- cgit v1.2.3