mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-11 15:48:05 +00:00
Remove unused imports
This commit is contained in:
parent
5197100704
commit
0f3b752ec7
@ -18,7 +18,7 @@ only succeeds past a given node once its nMinimumChainWork has been exceeded.
|
|||||||
import time
|
import time
|
||||||
|
|
||||||
from test_framework.test_framework import BitcoinTestFramework
|
from test_framework.test_framework import BitcoinTestFramework
|
||||||
from test_framework.util import sync_blocks, connect_nodes, assert_equal
|
from test_framework.util import connect_nodes, assert_equal
|
||||||
|
|
||||||
# 2 hashes required per regtest block (with no difficulty adjustment)
|
# 2 hashes required per regtest block (with no difficulty adjustment)
|
||||||
REGTEST_WORK_PER_BLOCK = 2
|
REGTEST_WORK_PER_BLOCK = 2
|
||||||
|
@ -24,7 +24,6 @@ from test_framework.mininode import (
|
|||||||
from test_framework.test_framework import BitcoinTestFramework
|
from test_framework.test_framework import BitcoinTestFramework
|
||||||
from test_framework.util import (
|
from test_framework.util import (
|
||||||
assert_equal,
|
assert_equal,
|
||||||
p2p_port,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
class P2PFingerprintTest(BitcoinTestFramework):
|
class P2PFingerprintTest(BitcoinTestFramework):
|
||||||
|
Loading…
Reference in New Issue
Block a user