Page MenuHomePhabricator

trivial: Improve include comment in src/interfaces/wallet.h
ClosedPublic

Authored by fpelliccioni on Aug 21 2019, 18:16.

Details

Summary

Backport of Bitcoin Core PR13026
https://github.com/bitcoin/bitcoin/pull/13026

Test Plan
make check

Diff Detail

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

Event Timeline

Owners added a reviewer: Restricted Owners Package.Aug 21 2019, 18:16
Fabien requested changes to this revision.Aug 21 2019, 19:18

Please use PR12345 in the summary (no #) and use markdown to make the test plan look pretty.

src/interfaces/wallet.h
10 ↗(On Diff #10914)

Move the comment above #include <pubkey.h>

This revision now requires changes to proceed.Aug 21 2019, 19:18
src/interfaces/wallet.h
10 ↗(On Diff #10914)

It's fine this way. clang-format handles is gracefully.

fpelliccioni edited the test plan for this revision. (Show Details)
fpelliccioni marked 2 inline comments as done.
In D3930#92157, @Fabien wrote:

Please use PR12345 in the summary (no #) and use markdown to make the test plan look pretty.

Fixed and added the PR link to github.

src/interfaces/wallet.h
10 ↗(On Diff #10914)

I followed Amaury's recommendation.

fpelliccioni edited the summary of this revision. (Show Details)

Fixed Diff summary and test case.

This revision is now accepted and ready to land.Aug 22 2019, 13:33