Page MenuHomePhabricator

scripted-diff: rename base_blob::data to m_data
ClosedPublic

Authored by Fabien on Feb 3 2021, 16:35.

Details

Reviewers
majcosta
Group Reviewers
Restricted Project
Commits
rABC676c36c107ae: scripted-diff: rename base_blob::data to m_data
Summary
This is in preparation for exposing a ::data member function.

-BEGIN VERIFY SCRIPT-
sed -i "s/\([^.]\|other.\)data/\1m_data/g" src/uint256.h src/uint256.cpp
-END VERIFY SCRIPT-

Partial backport of core PR19326:
https://github.com/bitcoin/bitcoin/pull/19326/commits/131a2f0337f5c396739a47b60bb856ed84ec8937

The comparison fonction differs due to D1527.

Test Plan
ninja all check-all

Diff Detail

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