aboutsummaryrefslogtreecommitdiff
path: root/auction.go
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2024-11-12 18:48:08 +0100
committerÖzgür Kesim <oec@codeblau.de>2024-11-12 18:48:08 +0100
commit79a53aa896b5fe0532f28dad2823e276433c31d0 (patch)
tree312bf9b46228fabd62408de243881476f900c1e2 /auction.go
parente71b7a107b5441e7fa05366bf866cf223c649e7a (diff)
refactor bit and stages: common stages type for both statges
Diffstat (limited to 'auction.go')
-rw-r--r--auction.go2
1 files changed, 1 insertions, 1 deletions
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
}