Page MenuHomePhabricator

Modernize compact block code
ClosedPublic

Authored by deadalnix on Feb 25 2018, 13:57.

Details

Summary
  • indexes -> indices
  • Use C++11 loops when possible
  • Add braces
  • Use C++ constructors instead C style casts.
Test Plan
make check
./test/functional/test_runner.py --extended

Diff Detail

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