diff options
author | Chun Kuan Lee <ken2812221@gmail.com> | 2018-08-14 09:26:30 +0000 |
---|---|---|
committer | Chun Kuan Lee <ken2812221@gmail.com> | 2018-08-14 09:26:30 +0000 |
commit | a9cf5c9623ad547d9aeebea2b51c2afcfc0f3f4f (patch) | |
tree | ee7f6b099ac78d915cda2fd15fe5a13d71a1fedc /test/functional/example_test.py | |
parent | db3cb5c5a686279b220cac13c17b367aa0e4af99 (diff) |
Import CInv from correct module
Diffstat (limited to 'test/functional/example_test.py')
-rwxr-xr-x | test/functional/example_test.py | 2 |
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, |