aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChun Kuan Lee <ken2812221@gmail.com>2018-08-14 09:26:30 +0000
committerMarcoFalke <falke.marco@gmail.com>2018-10-24 22:02:42 -0400
commit29899ecd366748c541be15a330f64ce68c948432 (patch)
tree42fd88d2d03b145e0c7ad40ec71632be404a9829 /test
parentf7adb32e383bbbdb473eb470e4a6872b582cac80 (diff)
downloadbitcoin-29899ecd366748c541be15a330f64ce68c948432.tar.xz
Import CInv from correct module
Github-Pull: #13965 Rebased-From: a9cf5c9623ad547d9aeebea2b51c2afcfc0f3f4f
Diffstat (limited to 'test')
-rwxr-xr-xtest/functional/example_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/example_test.py b/test/functional/example_test.py
index 8f78a9d7bf..8d954b70f6 100755
--- a/test/functional/example_test.py
+++ b/test/functional/example_test.py
@@ -15,8 +15,8 @@ from collections import defaultdict
# Avoid wildcard * imports if possible
from test_framework.blocktools import (create_block, create_coinbase)
+from test_framework.messages import CInv
from test_framework.mininode import (
- CInv,
P2PInterface,
mininode_lock,
msg_block,