Page MenuHomePhabricator

Delete CSeederHeaderMessage from the seeder and use CHeaderMessage instead
ClosedPublic

Authored by deadalnix on Nov 27 2017, 12:30.

Details

Summary

More code reuse.

Test Plan

Build and run the seeder. Still finding peers and reporting them as expected.

Diff Detail

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

Event Timeline

schancel added inline comments.
src/seeder/bitcoin.cpp
206 ↗(On Diff #1906)

I assume the magic that this is initialized with gets overwritten?

This revision is now accepted and ready to land.Dec 3 2017, 19:32
src/seeder/bitcoin.cpp
206 ↗(On Diff #1906)

When reading, yes.

This revision was automatically updated to reflect the committed changes.