Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- avalancheblock
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 3835 Build 5743: Bitcoin ABC Buildbot (legacy) Build 5742: arc lint + arc unit
Event Timeline
src/test/avalanche_tests.cpp | ||
---|---|---|
102 | Why is this error still considered valid? It shouldn't be finalized if it's invalid? |
src/test/avalanche_tests.cpp | ||
---|---|---|
102 | Ya, seems like this should move down a few lines to before the undo for loop for clarity. |
src/test/avalanche_tests.cpp | ||
---|---|---|
102 | Correction. Shouldn't it NOT be finalized if it's invalid? |
src/test/avalanche_tests.cpp | ||
---|---|---|
102 | Because it is how the protocol works. We don't stop everything because one dude says no. |
src/test/avalanche_tests.cpp | ||
---|---|---|
102 | Then you need to comment something like Vote one more time to finalize. Using a no vote to ensure a small number of no votes still allow finalization. |
src/test/avalanche_tests.cpp | ||
---|---|---|
94 ↗ | (On Diff #5759) | accepeted => accepted |