fix typo
This commit is contained in:
parent
d5812fed03
commit
f743aaebaf
@ -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.")
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user