Unverified Commit b4bc9b0d authored by puhtaytow's avatar puhtaytow Committed by GitHub

cmd/geth: error message should not be capitalised (#27549)

error message should not be capitalized / consistency
parent 80441779
......@@ -100,7 +100,7 @@ func checkChildren(root verkle.VerkleNode, resolver verkle.NodeResolverFn) error
return nil
}
}
return errors.New("Both balance and nonce are 0")
return errors.New("both balance and nonce are 0")
case verkle.Empty:
// nothing to do
default:
......
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