Import CInv from correct module
Github-Pull: #13965
Rebased-From: a9cf5c9623
This commit is contained in:
parent
f7adb32e38
commit
29899ecd36
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue