Page MenuHomePhabricator

Use cstdint in seeder
ClosedPublic

Authored by deadalnix on Sep 26 2017, 21:13.

Details

Summary

As per title. no need to define a ton of custom types.

Test Plan
make check

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sickpig requested changes to this revision.Sep 27 2017, 13:43
sickpig added a subscriber: sickpig.
sickpig added inline comments.
src/seeder/serialize.h
264 ↗(On Diff #1418)

unsigned int ?

This revision now requires changes to proceed.Sep 27 2017, 13:43
src/seeder/serialize.h
264 ↗(On Diff #1418)

What about it ?

deadalnix edited edge metadata.
src/seeder/serialize.h
264 ↗(On Diff #1418)

never mind, serializing will be refactored in D564

This revision is now accepted and ready to land.Sep 28 2017, 09:16
This revision was automatically updated to reflect the committed changes.