Fixed incorrect path hash parsing

This commit is contained in:
2026-03-10 18:54:53 +01:00
parent e388a55575
commit dee5e1cb9e
3 changed files with 13 additions and 8 deletions

View File

@@ -32,10 +32,15 @@ _Packet {
routeType: 1,
payloadVersion: 0,
payloadType: 1,
pathHashCount: 1,
pathHashSize: 10,
pathHashCount: 10,
pathHashSize: 1,
pathHashBytes: 10,
pathHashes: [ 'a50e2cb0336db67bbf78' ]
pathHashes: [
'a5', '0e', '2c',
'b0', '33', '6d',
'b6', '7b', 'bf',
'78'
]
}
*/
```