mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-23 05:04:14 +00:00
fix 0x1220 multihash prefix for v2 btmh part
This commit is contained in:
parent
c6edc793ee
commit
d1496747bf
@ -4,7 +4,7 @@
|
|||||||
"type": "library",
|
"type": "library",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.1",
|
"php": "^8.1",
|
||||||
"yggverse/parser": ">=0.3.0",
|
"yggverse/parser": ">=0.4.0",
|
||||||
"jdenticon/jdenticon": "^1.0"
|
"jdenticon/jdenticon": "^1.0"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -447,8 +447,7 @@ switch (isset($_GET['target']) ? urldecode($_GET['target']) : false)
|
|||||||
|
|
||||||
case 2:
|
case 2:
|
||||||
|
|
||||||
// @TODO temporarily disabled because of address too long error in some clients
|
$xt[] = sprintf('xt=urn:btmh:1220%s', $infoHash->value);
|
||||||
// $xt[] = sprintf('xt=urn:btmh:%s', $infoHash->value);
|
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user