Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/test/avalanche_tests.cpp | ||
---|---|---|
102 ↗ | (On Diff #5739) | Why is this error still considered valid? It shouldn't be finalized if it's invalid? |
src/test/avalanche_tests.cpp | ||
---|---|---|
102 ↗ | (On Diff #5739) | Ya, seems like this should move down a few lines to before the undo for loop for clarity. |
src/test/avalanche_tests.cpp | ||
---|---|---|
102 ↗ | (On Diff #5739) | Correction. Shouldn't it NOT be finalized if it's invalid? |
src/test/avalanche_tests.cpp | ||
---|---|---|
102 ↗ | (On Diff #5739) | Because it is how the protocol works. We don't stop everything because one dude says no. |
src/test/avalanche_tests.cpp | ||
---|---|---|
102 ↗ | (On Diff #5739) | 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 |