Commit 91772bb8 authored by Mark Tyneway's avatar Mark Tyneway

check-l2: fix typo

parent 61bc11cf
...@@ -607,11 +607,13 @@ func checkL2StandardBridge(addr common.Address, client *ethclient.Client) error ...@@ -607,11 +607,13 @@ func checkL2StandardBridge(addr common.Address, client *ethclient.Client) error
if err != nil { if err != nil {
return err return err
} }
initialized, err := getInitialized("L2StandardBridge", addr, client) initialized, err := getInitialized("L2StandardBridge", addr, client)
if err != nil { if err != nil {
return err return err
} }
log.Info("L2StandardBridge", "_initialized", initialized) log.Info("L2StandardBridge", "_initialized", initialized)
log.Info("L2StandardBridge version", "version", version) log.Info("L2StandardBridge version", "version", version)
return nil return nil
} }
......
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