From c37c59a44460bfc15e1487cca3f4b9795695e72a Mon Sep 17 00:00:00 2001 From: Saulius Grigaitis Date: Fri, 7 Feb 2025 12:26:09 +0200 Subject: [PATCH] Updated description --- grandine/src/grandine_args.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grandine/src/grandine_args.rs b/grandine/src/grandine_args.rs index 912a7838..b76903e5 100644 --- a/grandine/src/grandine_args.rs +++ b/grandine/src/grandine_args.rs @@ -79,7 +79,7 @@ use crate::{ }; /// Grandine Team -/// Fast PoS and Sharding client supporting Ethereum 2.0 networks +/// High performance Ethereum consensus layer client #[derive(Parser)] #[clap(display_name = APPLICATION_NAME, verbatim_doc_comment, version = APPLICATION_VERSION)] pub struct GrandineArgs {