A working plaintext 2.0 without validation

This commit is contained in:
mhchia
2019-08-17 01:38:50 +08:00
parent a0923d202a
commit 22b1a5395d
7 changed files with 48 additions and 27 deletions

View File

@ -4,8 +4,7 @@ from typing import Tuple
from libp2p.typing import StreamReader
TIMEOUT = 10
TIMEOUT = 1
def encode_uvarint(number: int) -> bytes: