Page MenuHomePhabricator

[QA] Renaming rawtx into rawTx
ClosedPublic

Authored by jasonbcox on Feb 8 2019, 18:58.

Details

Summary

Follow up from #10069

fundrawtransaction.py is using two variables: rawtx and rawTx, which can be easily confused (see #10069). This PR rename everything in rawtx.

Inverted backport of Core PR10083 (rawtx -> rawTx instead of rawTx -> rawtx)
Depends on D2522

Test Plan

test_runner.py rpc_fundrawtransaction

Diff Detail

Repository
rABC Bitcoin ABC
Branch
pr10083
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 4925
Build 7913: Bitcoin ABC Buildbot (legacy)
Build 7912: arc lint + arc unit

Event Timeline

deadalnix requested changes to this revision.Feb 8 2019, 19:01
deadalnix added inline comments.
test/functional/rpc_fundrawtransaction.py
341 ↗(On Diff #7247)

Now this is inconsistent and probably exactly how the error happened in the first place.

This revision now requires changes to proceed.Feb 8 2019, 19:01

Rebase + invert the change to be rawtx -> rawTx since this naming is more to style

jasonbcox retitled this revision from [QA] Renaming rawTx into rawtx to [QA] Renaming rawtx into rawTx.Feb 8 2019, 20:07
jasonbcox edited the summary of this revision. (Show Details)
deadalnix added inline comments.
test/functional/rpc_fundrawtransaction.py
94

hahahaha, WTF. Seriously...

This revision is now accepted and ready to land.Feb 8 2019, 22:38
This revision was automatically updated to reflect the committed changes.