Page MenuHomePhabricator

Use TxId in CMerkleBlock
ClosedPublic

Authored by deadalnix on May 22 2018, 16:55.

Details

Summary

As per title.

Test Plan
make check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
merkleblocktxid
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2610
Build 3334: Bitcoin ABC Buildbot (legacy)
Build 3333: arc lint + arc unit

Event Timeline

jasonbcox requested changes to this revision.May 23 2018, 01:06
jasonbcox added a subscriber: jasonbcox.
jasonbcox added inline comments.
src/rpc/rawtransaction.cpp
292

Use a range-based loop

This revision now requires changes to proceed.May 23 2018, 01:06
deadalnix added inline comments.
src/rpc/rawtransaction.cpp
292

univalue is not iterrable.

This revision is now accepted and ready to land.May 24 2018, 02:07
This revision was automatically updated to reflect the committed changes.