Commit c4266faf authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

l2geth: fix log error (#507)

* l2geth: fix log error

* l2geth: add changeset
parent 35b99b07
---
"@eth-optimism/l2geth": patch
---
Fix logger error
......@@ -169,7 +169,7 @@ func testAndSetAccount(evm *EVM, contract *Contract, args map[string]interface{}
)
if err != nil {
log.Error("Cannot set account diff", err)
log.Error("Cannot set account diff", "err", err)
}
}
......
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