Skip to content

Commit a9cf5c9

Browse files
committed
Import CInv from correct module
1 parent db3cb5c commit a9cf5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/example_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
# Avoid wildcard * imports if possible
1717
from test_framework.blocktools import (create_block, create_coinbase)
18+
from test_framework.messages import CInv
1819
from test_framework.mininode import (
19-
CInv,
2020
P2PInterface,
2121
mininode_lock,
2222
msg_block,

0 commit comments

Comments
 (0)