From 84e0849d97a9292ada975d32cc27b1640f6ff52f Mon Sep 17 00:00:00 2001 From: peg Date: Fri, 13 Dec 2024 08:47:32 +0100 Subject: [PATCH] Update node/cli/Cargo.toml Co-authored-by: Hernando Castano --- node/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index 838cdc2ae..c97ccedaf 100644 --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -119,6 +119,6 @@ runtime-benchmarks=[ # Enable features that allow the runtime to be tried and debugged. Name might be subject to change # in the near future. try-runtime=["entropy-runtime/try-runtime", "try-runtime-cli/try-runtime"] -# Enables real PCK certificate chain verification - which means TSS nodes much be runnning on TDX +# Enables real PCK certificate chain verification - which means TSS nodes must be runnning on TDX # hardware production=["entropy-runtime/production"]