mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
refactor: sort imports
This commit is contained in:
parent
f6c68ba71b
commit
b423f42aae
@ -10,8 +10,8 @@ from test_framework.messages import (
|
||||
CInv,
|
||||
msg_ping,
|
||||
ser_string,
|
||||
MAX_HEADERS_UNCOMPRESSED_RESULT,
|
||||
MAX_HEADERS_COMPRESSED_RESULT,
|
||||
MAX_HEADERS_UNCOMPRESSED_RESULT,
|
||||
MAX_INV_SIZE,
|
||||
MAX_PROTOCOL_MESSAGE_LENGTH,
|
||||
msg_getdata,
|
||||
|
@ -31,8 +31,8 @@ import threading
|
||||
from test_framework.messages import (
|
||||
CBlockHeader,
|
||||
CompressibleBlockHeader,
|
||||
MAX_HEADERS_UNCOMPRESSED_RESULT,
|
||||
MAX_HEADERS_COMPRESSED_RESULT,
|
||||
MAX_HEADERS_UNCOMPRESSED_RESULT,
|
||||
NODE_HEADERS_COMPRESSED,
|
||||
msg_addr,
|
||||
msg_addrv2,
|
||||
|
Loading…
Reference in New Issue
Block a user