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
Branch
first-backport
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 8298
Build 14618: Default Diff Build & Tests
Build 14617: arc lint + arc unit

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