From 42d071556092c5b31395ac5d1ea8a2adb1924fbc Mon Sep 17 00:00:00 2001 From: aoikurokawa Date: Sun, 23 Mar 2025 21:15:38 +0900 Subject: [PATCH] fix: update --- content/docs/hello-world-ncn/jito-restaking.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/hello-world-ncn/jito-restaking.mdx b/content/docs/hello-world-ncn/jito-restaking.mdx index a2bf1d5..793f314 100644 --- a/content/docs/hello-world-ncn/jito-restaking.mdx +++ b/content/docs/hello-world-ncn/jito-restaking.mdx @@ -58,7 +58,7 @@ Operators are the entities that perform working and participate in the consensus ```bash solana-keygen grind --starts-with ope:1 mkdir -p credentials/operator -mv opeKDrPSPhLYFFRpsPTLU6o86f4AFcFvNMRvbdifhvq.json ./credentials/ope/ +mv opeKDrPSPhLYFFRpsPTLU6o86f4AFcFvNMRvbdifhvq.json ./credentials/operator ``` Similar to the NCN keypair, this creates a vanity address starting with "opt:1" for Hello World operator admin, making it easier to identify in transaction and logs.