aboutsummaryrefslogtreecommitdiff
path: root/test/functional/bipdersig-p2p.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2017-11-30 17:58:58 -0500
committerMarcoFalke <falke.marco@gmail.com>2017-11-30 18:01:51 -0500
commit13e31dd6548d64a5992f439e74bb424bf88aca04 (patch)
treee6ffed59782502920d90a4189be727f5cf6ad239 /test/functional/bipdersig-p2p.py
parentfbce66a982679b5409a295be5c99a2eef429cabf (diff)
parent873beca6deda119077f53921f0d19c3ebfc7cc44 (diff)
downloadbitcoin-13e31dd6548d64a5992f439e74bb424bf88aca04.tar.xz
Merge #11791: [tests] Rename NodeConn and NodeConnCB
873beca6d [tests] Rename NodeConn and NodeConnCB (John Newbery) Pull request description: Final step in #11518 NodeConn -> P2PConnection NodeConnCB -> P2PInterface This is basically just a rename. Should be an easy review. Tree-SHA512: fe1204b2b3d8182c5e324ffa7cb4099a47ef8536380e0bb9d37a5fccf76a24f548d1f1a7988ab8f830986a3058b670696de3fc891af5e5f75dbeb4e3273005d7
Diffstat (limited to 'test/functional/bipdersig-p2p.py')
-rwxr-xr-xtest/functional/bipdersig-p2p.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/bipdersig-p2p.py b/test/functional/bipdersig-p2p.py
index e5febde42d..7a3e565e2c 100755
--- a/test/functional/bipdersig-p2p.py
+++ b/test/functional/bipdersig-p2p.py
@@ -54,7 +54,7 @@ class BIP66Test(BitcoinTestFramework):
self.setup_clean_chain = True
def run_test(self):
- self.nodes[0].add_p2p_connection(NodeConnCB())
+ self.nodes[0].add_p2p_connection(P2PInterface())
NetworkThread().start() # Start up network handling in another thread