Page MenuHomePhabricator

[backport#16078] replace tx hash with txid in test rawtransaction
ClosedPublic

Authored by PiRK on Oct 22 2020, 09:37.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Commits
rABC8244813e382f: [backport#16078] replace tx hash with txid in test rawtransaction
Summary

Comment by @sipa:

txid is correct here, as it's about arguments to the gettransansaction RPC.

This is a partial backport of Core PR16078
Commit https://github.com/bitcoin/bitcoin/pull/16078/commits/a65dafa8f12b3776328ace5cef24cb3fd126cfb1

The next commit is not needed as its changes are overwritten in D8027 / PR16251

See D1556 for why we have additional lines changed.

Test Plan

ninja && ninja && test/functional/test_runner.py rpc_rawtransaction.py

Diff Detail

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

Event Timeline

Owners added a reviewer: Restricted Owners Package.Oct 22 2020, 09:37
PiRK requested review of this revision.Oct 22 2020, 09:37
PiRK retitled this revision from [backport#16078 1/2] replace tx hash with txid in test rawtransaction to [backport#16078] replace tx hash with txid in test rawtransaction.
PiRK edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Oct 22 2020, 11:00