ballistica update ; assets , party password

This commit is contained in:
Ayush Saini 2026-07-22 16:32:40 +05:30
parent a2d7d72d8a
commit 17a11b9cef
87 changed files with 6967 additions and 1627 deletions

View file

@ -391,8 +391,6 @@ class RPCEndpoint:
bytes_awaitable: asyncio.Task[bytes],
message_id: int,
) -> bytes:
# pylint: disable=too-many-positional-arguments
# We need to know their protocol, so if we haven't gotten a
# handshake from them yet, just wait.
while self._peer_info is None: