Page MenuHomePhabricator

Merge #12620: Remove TransactionTableModel::TxIDRole
AbandonedPublic

Authored by nakihito on Jul 29 2019, 17:51.

Details

Reviewers
deadalnix
Fabien
jasonbcox
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Summary

3b26b6af7 qt: Remove TransactionTableModel::TxIDRole (João Barbosa)

Pull request description:

The role `TxIDRole` is a duplicate of `TxHashRole`. This change favours `TxHashRole`.

Tree-SHA512: ad35933eae1cb6b242b25b8940d662c2c79c766732d76fdd410c80230ec084969294a8e5a126794707992a566076ef4452b592050f7af6c4fa7742891090803d

Backport of Core PR12620
https://github.com/bitcoin/bitcoin/pull/12620/

Test Plan
make check
test_runner.py

Diff Detail

Repository
rABC Bitcoin ABC
Branch
PR12620
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 6990
Build 12027: Bitcoin ABC Buildbot (legacy)
Build 12026: arc lint + arc unit

Event Timeline

Owners added a reviewer: Restricted Owners Package.Jul 29 2019, 17:51
Fabien requested changes to this revision.Jul 31 2019, 07:08

I don't think this makes sense for us, as we tend to differentiate TxId and TxHash (see src/primitives/txid.h).

This revision now requires changes to proceed.Jul 31 2019, 07:08