mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 10:12:28 +02:00
test: Remove unused create_coinbase imports
This commit is contained in:
@@ -79,7 +79,7 @@ a. Repeat 100 times:
|
||||
b. Then send 99 more headers that don't connect.
|
||||
Expect: getheaders message each time.
|
||||
"""
|
||||
from test_framework.blocktools import create_block, create_coinbase
|
||||
from test_framework.blocktools import create_block
|
||||
from test_framework.messages import CInv
|
||||
from test_framework.p2p import (
|
||||
CBlockHeader,
|
||||
|
||||
Reference in New Issue
Block a user