As per title.
Details
Details
- Reviewers
markblundeberg Fabien - Group Reviewers
Restricted Project - Commits
- rSTAGINGf4d83da10303: Various nits in the Qt code
rABCf4d83da10303: Various nits in the Qt code
Run bitcoin-qt and perform various actions. It looks like it is working.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- qtbraces
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 6670 Build 11387: Bitcoin ABC Buildbot (legacy) Build 11386: arc lint + arc unit
Event Timeline
Comment Actions
Is there a better way to do those else clauses? Otherwise all good...
src/qt/sendcoinsentry.cpp | ||
---|---|---|
231 | These broken up else clauses feel a bit nasty to me ... is this considered good style? |
src/qt/sendcoinsentry.cpp | ||
---|---|---|
231 | This is what is used in other parts of the codebase, such as net_processing.cpp |
src/qt/sendcoinsentry.cpp | ||
---|---|---|
231 | OK then :) |