merge bitcoin#23774: Add missing assert_equal import to p2p_add_connections.py

This commit is contained in:
Kittywhiskers Van Gogh 2021-12-14 12:28:25 -05:00
parent 03544175d9
commit 85c4aef9cb
No known key found for this signature in database
GPG Key ID: 30CD0C065E5C4AAD

View File

@ -6,7 +6,10 @@
from test_framework.p2p import P2PInterface
from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import check_node_connections
from test_framework.util import (
assert_equal,
check_node_connections,
)
class P2PFeelerReceiver(P2PInterface):
def on_version(self, message):