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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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 ↗(On Diff #3933)

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 ↗(On Diff #3933)

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.