Page MenuHomePhabricator

Remove tx MIN_STANDARD_VERSION and MAX_STANDARD_VERSION
ClosedPublic

Authored by Fabien on Jun 9 2023, 14:49.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABCe614433d1ab3: Remove tx MIN_STANDARD_VERSION and MAX_STANDARD_VERSION
Summary

The tx versions are now consensus, so we can use a single pair of constants and remove the duplicated code.
Note that the standardness check is kept as there is no reason to accept a transaction that violates the consensus rules.

Test Plan
ninja all check-all

Diff Detail

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