Bingen Eguzkitza 3 anni fa
parent
commit
bdfde755ef
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. +0
    -3
      safe_sign.py

+ 0
- 3
safe_sign.py Vedi File

@@ -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…
Annulla
Salva