diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-08-14 07:53:40 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-08-14 07:53:42 -0400 |
commit | dabfcb03071ebb4d36fbc42a9f16b092389e2868 (patch) | |
tree | ee7f6b099ac78d915cda2fd15fe5a13d71a1fedc | |
parent | db3cb5c5a686279b220cac13c17b367aa0e4af99 (diff) | |
parent | a9cf5c9623ad547d9aeebea2b51c2afcfc0f3f4f (diff) |
Merge #13965: tests: Fix extended functional tests fail
a9cf5c9623 Import CInv from correct module (Chun Kuan Lee)
Pull request description:
Fix extended tests fail
https://travis-ci.org/bitcoin/bitcoin/builds/415574232
Tree-SHA512: 1dd8cd3854ddf4d8c2f4cb700c2b4d866c0890b57c2e0cf73a38b97fbbd13c8c6149a8914c9d03453b4625873241cc3d470f069dd1918cf360d10ad5d79d717f
-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, |