This makes the log message consistent between blocks and proofs.
Details
Details
- Reviewers
PiRK - Group Reviewers
Restricted Project - Commits
- rABC79c038dfd007: [avalanche] Improve logging of the vote status update
ninja check-functional-extended
Run a quorum of bitcoind nodes and look at the log
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/net_processing.cpp | ||
---|---|---|
5147 ↗ | (On Diff #33395) | Is it OK in C++17 to use auto for function parameters? |
src/net_processing.cpp | ||
---|---|---|
5147 ↗ | (On Diff #33395) | This is a generic lambda, a C++14 feature: |