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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Is there a better way to do those else clauses? Otherwise all good...
src/qt/sendcoinsentry.cpp | ||
---|---|---|
231 ↗ | (On Diff #9986) | These broken up else clauses feel a bit nasty to me ... is this considered good style? |
src/qt/sendcoinsentry.cpp | ||
---|---|---|
231 ↗ | (On Diff #9986) | This is what is used in other parts of the codebase, such as net_processing.cpp |
src/qt/sendcoinsentry.cpp | ||
---|---|---|
231 ↗ | (On Diff #9986) | OK then :) |