diff options
| author | Chun Kuan Lee <[email protected]> | 2018-08-14 09:26:30 +0000 |
|---|---|---|
| committer | Chun Kuan Lee <[email protected]> | 2018-08-14 09:26:30 +0000 |
| commit | a9cf5c9623ad547d9aeebea2b51c2afcfc0f3f4f (patch) | |
| tree | ee7f6b099ac78d915cda2fd15fe5a13d71a1fedc /test/functional/example_test.py | |
| parent | Merge #13948: trivial: Removes unsed `CBloomFilter` constructor. (diff) | |
| download | discoin-a9cf5c9623ad547d9aeebea2b51c2afcfc0f3f4f.tar.xz discoin-a9cf5c9623ad547d9aeebea2b51c2afcfc0f3f4f.zip | |
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 714d97738..a8c147487 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, |