mirror of
https://github.com/sot-tech/mochi.git
synced 2026-05-23 00:04:49 -07:00
hotfix: initialized scrape map
This commit is contained in:
@@ -51,7 +51,7 @@ type ScrapeRequest struct {
|
||||
|
||||
// ScrapeResponse represents the parameters used to create a scrape response.
|
||||
type ScrapeResponse struct {
|
||||
Files map[string]Scrape
|
||||
Files map[InfoHash]Scrape
|
||||
}
|
||||
|
||||
// Scrape represents the state of a swarm that is returned in a scrape response.
|
||||
|
||||
Reference in New Issue
Block a user