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
Branch
uint64
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 894
Build 894: arc lint + arc unit

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

unsigned int ?

This revision now requires changes to proceed.Sep 27 2017, 13:43
src/seeder/serialize.h
264

What about it ?

deadalnix edited edge metadata.
src/seeder/serialize.h
264

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.