This commit is contained in:
Dobromir Popov 2024-10-08 00:47:25 +03:00
commit de03e32d75

View File

@ -53,7 +53,7 @@ if not pk:
logging.warning("Private key file not found.") logging.warning("Private key file not found.")
except Exception as e: except Exception as e:
logging.error(f"Error reading private key file: {str(e)}") logging.error(f"Error reading private key file: {str(e)}")
if not pk if not pk:
logging.error("Private key not found in environment variables. Will not be able to sign transactions.") logging.error("Private key not found in environment variables. Will not be able to sign transactions.")