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 18971 Build 37704: Build Diff lint-circular-dependencies · build-clang-tidy · build-diff · build-debug · build-without-wallet · build-clang Build 37703: arc lint + arc unit
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: |