diff options
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 |
commit | 79a53aa896b5fe0532f28dad2823e276433c31d0 (patch) | |
tree | 312bf9b46228fabd62408de243881476f900c1e2 /auction.go | |
parent | e71b7a107b5441e7fa05366bf866cf223c649e7a (diff) |
refactor bit and stages: common stages type for both statges
Diffstat (limited to 'auction.go')
-rw-r--r-- | auction.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ type auction struct { bidder_ids []string // Stage 1 data per round - stage1 []*nizk.Stage1 + stage1 []*nizk.Stage log *slog.Logger } |