Page MenuHomePhabricator

Trivial: Corrected comment array name from pnSeeds6 to pnSeed6
ClosedPublic

Authored by majcosta on Nov 26 2019, 23:18.

Details

Summary

Backport of Bitcoin Core PR12986 https://github.com/bitcoin/bitcoin/pull/12986

Test Plan

cmake --build ./build --config Release --target check-functional -- -j 6

Diff Detail

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

Event Timeline

Owners added a reviewer: Restricted Owners Package.Nov 26 2019, 23:18
majcosta retitled this revision from Backport of Bitcoin Core PR12986 https://github.com/bitcoin/bitcoin/pull/12986 to Trivial: Corrected comment array name from pnSeeds6 to pnSeed6.Nov 26 2019, 23:19
majcosta edited the summary of this revision. (Show Details)
nakihito added a subscriber: nakihito.

For something like this, you can just do a make check for autotools build or ninja check for cmake build. No need to run the functional tests as well.

+1 to Nico's comment. A simple ninja to build or ninja check to build + unit tests is sufficient.

This revision is now accepted and ready to land.Nov 26 2019, 23:38