[lint] Fix variables shadowing python builtins in abc_p2p_avalanche_transaction_voting.py
Summary: Shadowing builtins can lead to unexpected behavior. Continuing work from D13740
Test Plan:
./test/functional/test_runner.py abc_p2p_avalanche_transaction_voting flake8 abc_p2p_avalanche_transaction_voting.py | grep A001 # empty
Reviewers: #bitcoin_abc, PiRK
Reviewed By: #bitcoin_abc, PiRK
Differential Revision: https://reviews.bitcoinabc.org/D13742