소스 검색

Clean logs

main
Bingen Eguzkitza 3 년 전
부모
커밋
bdfde755ef
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. +0
    -3
      safe_sign.py

+ 0
- 3
safe_sign.py 파일 보기

@@ -56,9 +56,6 @@ def sign(private_key: str, safe_tx_hash: HexBytes) -> bytes:
def get_private_key(keystore: str) -> str:
with open(keystore) as f:
encrypted = f.readlines()
print(encrypted)
print(type(encrypted[0]))
print(json.loads(encrypted[0]))

password = getpass("Enter password:")


Loading…
취소
저장