Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DisSys Inc.
bsc-shamir
Commits
4f1f5dca
Commit
4f1f5dca
authored
Jun 03, 2020
by
Anders Jensen Løvig
Browse files
Fix json tag
parent
7c8c7208
Pipeline
#21800
failed with stages
in 1 minute and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
election/ballot.go
View file @
4f1f5dca
...
...
@@ -26,7 +26,7 @@ import (
// Ballot represents a share to be submitted to a vote counter.
type
Ballot
struct
{
ID
uuid
.
UUID
`json:"id"`
Timestamp
time
.
Time
`json:"timestamp`
Timestamp
time
.
Time
`json:"timestamp
"
`
Share
*
pedersen
.
Share
`json:"share"`
Commits
pedersen
.
Proof
`json:"commits"`
Proofs
[
2
]
*
sigma
.
Proof
`json:"proofs"`
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment