test: add support for all networks in CAddress in messages.py

Also removes TorV2 from messages.py
See https://github.com/bitcoin/bitcoin/pull/22050

Co-authored-by: Matthew Zipkin <pinheadmz@gmail.com>
This commit is contained in:
brunoerg
2023-03-21 10:53:22 -03:00
committed by Matthew Zipkin
parent bc4f6b13fe
commit 80f64a3d40
2 changed files with 58 additions and 6 deletions

View File

@@ -76,6 +76,7 @@ TEST_FRAMEWORK_MODULES = [
"blocktools",
"ellswift",
"key",
"messages",
"muhash",
"ripemd160",
"script",