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
This commit is contained in:
commit
dabfcb0307
1 changed files with 1 additions and 1 deletions
|
@ -15,8 +15,8 @@ from collections import defaultdict
|
||||||
|
|
||||||
# Avoid wildcard * imports if possible
|
# Avoid wildcard * imports if possible
|
||||||
from test_framework.blocktools import (create_block, create_coinbase)
|
from test_framework.blocktools import (create_block, create_coinbase)
|
||||||
|
from test_framework.messages import CInv
|
||||||
from test_framework.mininode import (
|
from test_framework.mininode import (
|
||||||
CInv,
|
|
||||||
P2PInterface,
|
P2PInterface,
|
||||||
mininode_lock,
|
mininode_lock,
|
||||||
msg_block,
|
msg_block,
|
||||||
|
|
Loading…
Reference in a new issue