Closed ineiti closed 1 month ago
The method
func (s *state) UnmarshalJSON(data []byte) error
in https://github.com/c4dt/d-voting/blob/main/services/dkg/pedersen/handler.go should somehow use an AddressFactory instead of creating a specific address type.
AddressFactory
This will be solved with https://github.com/dedis/d-voting/issues/391
The method
in https://github.com/c4dt/d-voting/blob/main/services/dkg/pedersen/handler.go should somehow use an
AddressFactory
instead of creating a specific address type.