forms cannot be deleted
PascalinDe opened this issue · 3 comments
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/dela@v0.0.0-20221010131641-9c479e68be18/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"
@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.