Remove timestamp from ticket status request

This commit is contained in:
jholdstock 2020-07-16 15:15:12 +01:00 committed by David Hill
parent 5018d45908
commit 2f8d2ab53d

View File

@ -48,7 +48,6 @@ type setVoteChoicesResponse struct {
}
type TicketStatusRequest struct {
Timestamp int64 `json:"timestamp" binding:"required"`
TicketHash string `json:"tickethash" binding:"required"`
}