()
| 913 | } |
| 914 | |
| 915 | func (e verifySigError) Error() string { |
| 916 | return fmt.Sprintf("unable to verify signature of event %q: %s", e.eventID, e.err) |
| 917 | } |
| 918 | func (e missingPrevEventsError) Error() string { |
| 919 | return fmt.Sprintf("unable to get prev_events for event %q: %s", e.eventID, e.err) |
| 920 | } |
no outgoing calls
no test coverage detected