Fix mypy and flake8

This commit is contained in:
Francois Beutin
2023-10-27 17:28:29 +02:00
parent 437f8a5679
commit a82b61ff8e
4 changed files with 15 additions and 9 deletions

View File

@@ -14,6 +14,7 @@ def challenge(data: bytes) -> int:
assert len(data) == 4
return int.from_bytes(data, "big")
def pk_addr(data: bytes, has_chaincode: bool = False):
idx = 0