Fallthrough is causing all vote statuses to show "finalized" in the logs.
This patch fixes it and actually checks the logs for a status other than finalized in a test.
Differential D11452
[avalanche] Fix logging of vote statuses sdulfari on May 12 2022, 06:34. Authored by Tags None Subscribers None
Details
Fallthrough is causing all vote statuses to show "finalized" in the logs. This patch fixes it and actually checks the logs for a status other than finalized in a test. This can be run with only the patch to the test to see that it fails or with the full patch ninja bitcoind && ./test/functional/test_runner.py abc_p2p_avalanche_voting.py
Diff Detail
|