diff --git a/libp2p/peer/id.py b/libp2p/peer/id.py index f3b96475..47d7cf5a 100644 --- a/libp2p/peer/id.py +++ b/libp2p/peer/id.py @@ -1,6 +1,6 @@ +import hashlib import base58 import multihash -import hashlib # MaxInlineKeyLength is the maximum length a key can be for it to be inlined in # the peer ID.