From 873beca6deda119077f53921f0d19c3ebfc7cc44 Mon Sep 17 00:00:00 2001 From: John Newbery Date: Tue, 17 Oct 2017 16:16:39 -0400 Subject: [tests] Rename NodeConn and NodeConnCB NodeConn -> P2PConnection NodeConnCB -> P2PInterface --- test/functional/sendheaders.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/functional/sendheaders.py') diff --git a/test/functional/sendheaders.py b/test/functional/sendheaders.py index b589d0e8a5..99b7f6b99e 100755 --- a/test/functional/sendheaders.py +++ b/test/functional/sendheaders.py @@ -91,7 +91,7 @@ from test_framework.mininode import ( CInv, NODE_WITNESS, NetworkThread, - NodeConnCB, + P2PInterface, mininode_lock, msg_block, msg_getblocks, @@ -110,7 +110,7 @@ from test_framework.util import ( DIRECT_FETCH_RESPONSE_TIME = 0.05 -class BaseNode(NodeConnCB): +class BaseNode(P2PInterface): def __init__(self): super().__init__() -- cgit v1.2.3