mirror of
https://github.com/LBRYFoundation/reflector.go.git
synced 2025-08-23 17:27:25 +00:00
unused type
This commit is contained in:
parent
605afd1d6c
commit
d7a4b34d8c
1 changed files with 3 additions and 3 deletions
|
@ -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"`
|
||||||
|
|
Loading…
Add table
Reference in a new issue