Page MenuHomePhabricator

test: rename CTransaction .rehash()/.hash -> .txid_hex for consistency
ClosedPublic

Authored by PiRK on Sep 29 2025, 15:38.

Details

Summary

Note that we unfortunately can't use a scripted diff here, as the same
property and method name is also used for CBlockHeader/CBlock instances.

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

Depends on D18713

Test Plan

ninja check-functional-extended

Diff Detail

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

Event Timeline

PiRK requested review of this revision.Sep 29 2025, 15:38

fix feature_block, which was previously hanging so i missed these missing instances

This revision is now accepted and ready to land.Sep 30 2025, 07:24