mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 08:00:54 +00:00
Moved env_to_send_in_RPC function to libp2p/init.py
This commit is contained in:
@ -9,13 +9,14 @@ import time
|
||||
|
||||
import varint
|
||||
|
||||
from libp2p import env_to_send_in_RPC
|
||||
from libp2p.abc import (
|
||||
IHost,
|
||||
)
|
||||
from libp2p.custom_types import (
|
||||
TProtocol,
|
||||
)
|
||||
from libp2p.kad_dht.utils import env_to_send_in_RPC, maybe_consume_signed_record
|
||||
from libp2p.kad_dht.utils import maybe_consume_signed_record
|
||||
from libp2p.peer.id import (
|
||||
ID,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user