mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
remove redundants
This commit is contained in:
@ -99,9 +99,6 @@ async def test_addr_stream_yields_new_addrs():
|
||||
addr1 = Multiaddr("/ip4/127.0.0.1/tcp/4001")
|
||||
addr2 = Multiaddr("/ip4/127.0.0.1/tcp/4002")
|
||||
|
||||
# 🔧 Pre-initialize peer in peer_data_map
|
||||
# store.add_addr(peer_id, Multiaddr("/ip4/127.0.0.1/tcp/0"), ttl=1)
|
||||
|
||||
collected = []
|
||||
|
||||
async def consume_addrs():
|
||||
|
||||
Reference in New Issue
Block a user