aboutsummaryrefslogtreecommitdiff
path: root/test/functional/example_test.py
diff options
context:
space:
mode:
authorChun Kuan Lee <ken2812221@gmail.com>2018-08-14 09:26:30 +0000
committerChun Kuan Lee <ken2812221@gmail.com>2018-08-14 09:26:30 +0000
commita9cf5c9623ad547d9aeebea2b51c2afcfc0f3f4f (patch)
treeee7f6b099ac78d915cda2fd15fe5a13d71a1fedc /test/functional/example_test.py
parentdb3cb5c5a686279b220cac13c17b367aa0e4af99 (diff)
downloadbitcoin-a9cf5c9623ad547d9aeebea2b51c2afcfc0f3f4f.tar.xz
Import CInv from correct module
Diffstat (limited to 'test/functional/example_test.py')
-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 714d977380..a8c1474876 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,