mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Test: Fix example_test.py
This commit is contained in:
parent
a31ab0ec26
commit
1f1c7df5a6
1 changed files with 3 additions and 1 deletions
|
|
@ -15,8 +15,10 @@ from collections import defaultdict
|
|||
|
||||
# Avoid wildcard * imports if possible
|
||||
from test_framework.blocktools import (create_block, create_coinbase)
|
||||
from test_framework.mininode import (
|
||||
from test_framework.messages import (
|
||||
CInv,
|
||||
)
|
||||
from test_framework.mininode import (
|
||||
P2PInterface,
|
||||
mininode_lock,
|
||||
msg_block,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue