Skip to content

Commit 5042698

Browse files
committed
Merge #434: [0.17] Test: Fix example_test.py
1f1c7df Test: Fix example_test.py (Jorge Timón) Pull request description: Fix this useful test in -extended. IMO should be backported to bitcoin/0.17, but I'm not sure if it's wanted there. Tree-SHA512: d67c186c3dd59d13ec7c9cc79ae6dfd5a0dbd2ea76a8e3b5eb0020dedd08e004929741ed7b4ac9ca2a30da10b11e73179b0967023f59892eb59cb8d68ca67294
2 parents 0a142d9 + 1f1c7df commit 5042698

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/functional/example_test.py

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

1616
# Avoid wildcard * imports if possible
1717
from test_framework.blocktools import (create_block, create_coinbase)
18-
from test_framework.mininode import (
18+
from test_framework.messages import (
1919
CInv,
20+
)
21+
from test_framework.mininode import (
2022
P2PInterface,
2123
mininode_lock,
2224
msg_block,

0 commit comments

Comments
 (0)