unused type

This commit is contained in:
Alex Grintsvayg 2018-08-28 15:27:32 -04:00
parent 605afd1d6c
commit d7a4b34d8c

View file

@ -370,9 +370,9 @@ func BlobHash(blob []byte) string {
return hex.EncodeToString(hashBytes[:]) return hex.EncodeToString(hashBytes[:])
} }
type errorResponse struct { //type errorResponse struct {
Error string `json:"error"` // Error string `json:"error"`
} //}
type handshakeRequestResponse struct { type handshakeRequestResponse struct {
Version int `json:"version"` Version int `json:"version"`