Page MenuHomePhabricator

[validation] Remove REJECT code from CValidationState
ClosedPublic

Authored by PiRK on Oct 29 2020, 17:45.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Commits
rABCaaa6b819c0dd: [validation] Remove REJECT code from CValidationState
Summary

We no longer send BIP 61 REJECT messages, so there's no need to set
a REJECT code in the CValidationState object.

This is a backport of Core PR17004 [3/5]
Commit https://github.com/bitcoin/bitcoin/pull/17004/commits/e9d5a59e34ff2d538d8f5315efd9908bf24d0fdc
Depends on D8182

Test Plan

ninja all check-all

Diff Detail

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

Event Timeline

Owners added a reviewer: Restricted Owners Package.Oct 29 2020, 17:45
PiRK requested review of this revision.Oct 29 2020, 17:45
This revision is now accepted and ready to land.Oct 29 2020, 18:20

rebase after moving some functional tests to previous commit D8182