Page MenuHomePhabricator

[seeder] Fix the net magic not being found
ClosedPublic

Authored by Fabien on Nov 28 2023, 15:42.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC0fcfa5869722: [seeder] Fix the net magic not being found
Summary

Since D14689 the CDataStream content is always of type uint8_t. The seeder macros to check for the net magic casts to char, which causes a mismatch.

Test Plan

Checked live on a seeder that it fixes the issue.

Diff Detail