Explorar el Código

Clean logs

main
Bingen Eguzkitza hace 3 años
padre
commit
bdfde755ef
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. +0
    -3
      safe_sign.py

+ 0
- 3
safe_sign.py Ver fichero

@@ -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:")


Cargando…
Cancelar
Guardar