-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
forms cannot be deleted #315
Comments
@pierluca do you have any insights on that error? maybe it's just a misconfiguration? |
Hi, It seems like the error is in the proxy, on line 548 of proxy/election.go the wrong transaction type is passed by the proxy to the node: should be CmdDeleteForm and not CmdCombineShares Line 548 in e8d6e50
|
Need to test it with d-voting UI, but currently it's not working. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
deleting a form is rejected by the backend:
d-voting-dela-worker-0-1 | 2023-08-30T09:40:14Z WRN pkg/mod/go.dedis.ch/[email protected]/core/ordering/cosipbft/pbft/mod.go:639 > transaction not accepted addr=dela-worker-0:2000 reason="failed to decrypt ballots: wrong type of transaction: types.DeleteForm"
The text was updated successfully, but these errors were encountered: