Page MenuHomePhabricator

[backport#15139] Replace use of BEGIN and END macros on uint256
ClosedPublic

Authored by majcosta on May 28 2020, 23:18.

Details

Summary

Replace use of BEGIN and END macros on uint256 with begin() and
end() methods in the Merkle tree code.


https://github.com/bitcoin/bitcoin/pull/15139/commits/7fa238c701b5b6d4f78b92334e38fac466ec0eb2

Partial backport of Core PR15139

Test Plan
ninja check-all

Diff Detail

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

Event Timeline

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

This revision is now accepted and ready to land.May 29 2020, 11:40