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
- Branch
- avalanche_improve_logging
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 18943 Build 37654: Build Diff lint-circular-dependencies · build-without-wallet · build-diff · build-debug · build-clang-tidy · build-clang Build 37653: arc lint + arc unit
Event Timeline
src/net_processing.cpp | ||
---|---|---|
5147 | Is it OK in C++17 to use auto for function parameters? |
src/net_processing.cpp | ||
---|---|---|
5147 | This is a generic lambda, a C++14 feature: |