Backport of Bitcoin Core PR13026
https://github.com/bitcoin/bitcoin/pull/13026
Details
Details
- Reviewers
Fabien deadalnix - Group Reviewers
Restricted Owners Package (Owns No Changed Paths) Restricted Project - Commits
- rSTAGING613c7d202468: trivial: Improve include comment in src/interfaces/wallet.h
rABC613c7d202468: trivial: Improve include comment in src/interfaces/wallet.h
make check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- feature-test-backporting
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 7217 Build 12479: Bitcoin ABC Buildbot (legacy) Build 12478: arc lint + arc unit
Event Timeline
Comment Actions
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> |
src/interfaces/wallet.h | ||
---|---|---|
10 ↗ | (On Diff #10914) | It's fine this way. clang-format handles is gracefully. |
Comment Actions
Fixed and added the PR link to github.
src/interfaces/wallet.h | ||
---|---|---|
10 ↗ | (On Diff #10914) | I followed Amaury's recommendation. |