Commit 3bae8fd5 authored by epociask's avatar epociask

fix: Adding proper debug output for OVM_CTC_ADDRESS env var in l2geth-exporter

parent dd4bf9cd
...@@ -33,7 +33,7 @@ func main() { ...@@ -33,7 +33,7 @@ func main() {
} }
ctcAddress := os.Getenv("OVM_CTC_ADDRESS") ctcAddress := os.Getenv("OVM_CTC_ADDRESS")
if ctcAddress == "" { if ctcAddress == "" {
log.Error("CTC_ADDRESS environmental variable is required") log.Error("OVM_CTC_ADDRESS environmental variable is required")
os.Exit(1) os.Exit(1)
} }
sccAddress := os.Getenv("OVM_SCC_ADDRESS") sccAddress := os.Getenv("OVM_SCC_ADDRESS")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment