Commit 2d0e6ce
downloader: fix double-prefixed webseed metainfo URL (#19200)
## Summary
- PR #18755 ("Add webseed checker") accidentally passed `base` for both
`webseedUrlBase` and `name` in `GetMetainfoFromWebseed`, producing
doubled URLs like `https://host/https://host/.torrent` which return HTTP
404
- Fix: pass the snapshot `name` instead of `base` as the second argument
Fixes #19094
## Test plan
- [x] Built and ran an ephemeral mainnet instance for 2 minutes — no
`"error fetching metainfo from webseeds"` warnings, all 305/305 file
metadata fetched, webseed download steady at ~62-70 MB/s
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 6dfad21 commit 2d0e6ce
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1074 | 1074 | | |
1075 | 1075 | | |
1076 | 1076 | | |
1077 | | - | |
| 1077 | + | |
1078 | 1078 | | |
1079 | 1079 | | |
1080 | 1080 | | |
| |||
0 commit comments