Page MenuHomePhabricator

Remove ::IsStandardTx(tx, reason) alias
ClosedPublic

Authored by PiRK on Mar 21 2024, 16:09.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC2692dad01c14: Remove ::IsStandardTx(tx, reason) alias
Summary

Apart from tests, it is only used in one place, so there is no need for
an alias.

This is a partial backport of core#25648
https://github.com/bitcoin/bitcoin/pull/25648/commits/fa8a7f01fe1b6db98097021276ed5d929faadbec

Depends on D15754

Test Plan

ninja all check-all

Diff Detail

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

Event Timeline

PiRK requested review of this revision.Mar 21 2024, 16:09
PiRK planned changes to this revision.Mar 21 2024, 16:31

this was meant to be a draft for now, like the rest of the stack

Fabien added a subscriber: Fabien.
Fabien added inline comments.
src/test/transaction_tests.cpp
45–46 ↗(On Diff #46386)
This revision is now accepted and ready to land.Mar 25 2024, 09:55
src/test/transaction_tests.cpp
45–46 ↗(On Diff #46386)

They are mutated later in the test.

This revision was automatically updated to reflect the committed changes.