diff options
| author | Chun Kuan Lee <[email protected]> | 2018-08-14 09:26:30 +0000 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-10-24 22:02:42 -0400 |
| commit | 29899ecd366748c541be15a330f64ce68c948432 (patch) | |
| tree | 42fd88d2d03b145e0c7ad40ec71632be404a9829 /test | |
| parent | qa: Run all tests even if wallet is not compiled (diff) | |
| download | discoin-29899ecd366748c541be15a330f64ce68c948432.tar.xz discoin-29899ecd366748c541be15a330f64ce68c948432.zip | |
Import CInv from correct module
Github-Pull: #13965
Rebased-From: a9cf5c9623ad547d9aeebea2b51c2afcfc0f3f4f
Diffstat (limited to 'test')
| -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 8f78a9d7b..8d954b70f 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, |