As per title.
Details
Details
- Reviewers
schancel freetrader dagurval - Group Reviewers
Restricted Project - Commits
- rSTAGING5f79273a74db: Use bitcoin's serialization and uint256 implementation in the seeder.
rABC5f79273a74db: Use bitcoin's serialization and uint256 implementation in the seeder.
Build and run the seeder.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
In file included from ./seeder/netbase.h:8: ./serialize.h:553:6: error: member reference base type 'const long' is not a structure or union a.Serialize(os); ~^~~~~~~~~~
And
./serialize.h:558:6: error: member reference base type 'long' is not a structure or union a.Unserialize(is);
Comment Actions
I'm still unable to compile this on a mac, but this does remove some warnings. I'll look at fixing the two remaining errors as soon as I can.