Page MenuHomePhabricator

[Part2] Use config.GetChainParams() insted of Params() where config is abailable in local scope
ClosedPublic

Authored by matra774 on Feb 9 2018, 10:35.

Details

Summary

Replace direct calls of Params() with Config.GetChainParams() Refs T170

Test Plan

make check
./test/functional/test_runner.py --extended

Diff Detail

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

Event Timeline

Owners added a reviewer: Restricted Owners Package.Feb 9 2018, 10:35
This revision is now accepted and ready to land.Feb 10 2018, 00:18

Updating already accepted revision D1071, becaue it has file mode changes

Part2 - updating Diff, so that it now contais both commits for this task

Rebased to fix permissions on files, that I have modified
I also removed executable flag from src/secp256k1/src/modules/recovery/main_impl.h (I have checked old versions and this flag is already present on master)

This revision was automatically updated to reflect the committed changes.