Commit fc0b3139 authored by smartcontracts's avatar smartcontracts Committed by GitHub

Merge pull request #2121 from bbayazit16/develop

Fix Typo In Comment
parents b6dedc3e 0f3f0467
......@@ -20,7 +20,7 @@ var (
func main() {
// Set up logger with a default INFO level in case we fail to parse flags.
// Otherwise the final crtiical log won't show what the parsing error was.
// Otherwise the final critical log won't show what the parsing error was.
log.Root().SetHandler(
log.LvlFilterHandler(
log.LvlInfo,
......
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