aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_getdata.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/p2p_getdata.py')
-rwxr-xr-xtest/functional/p2p_getdata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/p2p_getdata.py b/test/functional/p2p_getdata.py
index d1b11c2c61..51921a8ab5 100755
--- a/test/functional/p2p_getdata.py
+++ b/test/functional/p2p_getdata.py
@@ -9,7 +9,7 @@ from test_framework.messages import (
CInv,
msg_getdata,
)
-from test_framework.mininode import P2PInterface
+from test_framework.p2p import P2PInterface
from test_framework.test_framework import BitcoinTestFramework