aboutsummaryrefslogtreecommitdiff
path: root/auction.go
diff options
context:
space:
mode:
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
}