aboutsummaryrefslogtreecommitdiff
path: root/messages.go
diff options
context:
space:
mode:
Diffstat (limited to 'messages.go')
-rw-r--r--messages.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/messages.go b/messages.go
index c0209aa..f1bda5f 100644
--- a/messages.go
+++ b/messages.go
@@ -61,7 +61,6 @@ func (a Authorization) Supported(sol map[ChalType]Solver) []Challenge {
var c []Challenge
for _, n := range com {
ch := a.Challenges[n]
- ch.Solver = sol[ch.Type]
c = append(c, ch)
}
return c
@@ -86,7 +85,6 @@ type Challenge struct {
Validated *time.Time `json:"validated,omitempty"`
KeyAuthorization string `json:"keyAuthorization,omitempty"`
Err *Problem `json:"error,omitempty"`
- Solver `json:"-"`
}
// Problem description