As per title
Details
Details
- Reviewers
jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGINGde5b9f260490: Various nits in netbase.cpp
rABCde5b9f260490: Various nits in netbase.cpp
make check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/seeder/main.cpp | ||
---|---|---|
488 ↗ | (On Diff #5311) | Scary that this actually worked before. Is there a compiler option to warn for this kind of promotion-style implicit conversion? |
src/seeder/main.cpp | ||
---|---|---|
488 ↗ | (On Diff #5311) | No, but we can have a linter to yell at you when you don't declare a constructor explicit. |