HomePhabricator

Remove obsolete dead code.

Description

Remove obsolete dead code.

Summary:
Dead because:

$ git grep GETHEADERS_VERS
src/version.h:static const int GETHEADERS_VERSION = 31800;
src/version.h:static const int MIN_PEER_PROTO_VERSION = GETHEADERS_VERSION;

and also because at this line we are guaranteed nVersion >= MIN_PEER_PROTO_VERSION

Test Plan: By observation as described above.

Reviewers: deadalnix, #bitcoin_abc, dagurval, freetrader

Reviewed By: #bitcoin_abc, dagurval, freetrader

Differential Revision: https://reviews.bitcoinabc.org/D333

Details

Provenance
kyuupichanAuthored on Jul 15 2017, 09:10
kyuupichanPushed on Jul 19 2017, 04:48
Reviewer
Restricted Project
Differential Revision
D333: Remove obsolete dead code.
Parents
rABC148a0468c75d: Update block that's assumed to be valid.
Branches
Unknown
Tags
Unknown