Skip to content

Commit

Permalink
refactor: sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 authored and PastaPastaPasta committed Sep 10, 2024
1 parent 6920727 commit 8adfad9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/functional/p2p_invalid_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
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,
Expand Down
2 changes: 1 addition & 1 deletion test/functional/test_framework/p2p.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
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,
Expand Down

0 comments on commit 8adfad9

Please sign in to comment.