Page MenuHomePhabricator

[avalanche] Fix type error in abc_p2p_avalanche_peer_discovery
ClosedPublic

Authored by Fabien on Jan 24 2023, 10:36.

Details

Summary

The inv field of a getdata message is actually a list. The method was unused so the test didn't fail, but it will be used in D13029.

Test Plan
./test/functional/test_runner.py abc_p2p_avalanche_peer_discovery

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable