We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9635760 commit efa115aCopy full SHA for efa115a
test/functional/p2p_add_connections.py
@@ -6,7 +6,10 @@
6
7
from test_framework.p2p import P2PInterface
8
from test_framework.test_framework import BitcoinTestFramework
9
-from test_framework.util import check_node_connections
+from test_framework.util import (
10
+ assert_equal,
11
+ check_node_connections,
12
+)
13
14
class P2PFeelerReceiver(P2PInterface):
15
def on_version(self, message):
0 commit comments