This commit is contained in:
Dobromir Popov 2024-10-08 00:42:08 +03:00
parent d5812fed03
commit f743aaebaf

View File

@ -41,7 +41,7 @@ load_dotenv()
# Load secret environment variables
load_dotenv('.env.secret')
pk = os.getenv("PK")
if not pk
if not pk:
logging.error("Private key not found in environment variables. Will not be able to sign transactions.")