From 775a3344148c8abd63be70eee3c4d4bb1f88f427 Mon Sep 17 00:00:00 2001 From: giwaov Date: Mon, 23 Feb 2026 22:26:17 +0100 Subject: [PATCH] docs: fix incorrect step reference in node reset instructions Changed "steps 2 and 4" to "steps 2 and 3" in the node reset section. The tutorial only documents 3 steps, so the reference to step 4 was incorrect. --- docs/src/miden_node_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/miden_node_setup.md b/docs/src/miden_node_setup.md index 7e7bf66..e7884a8 100644 --- a/docs/src/miden_node_setup.md +++ b/docs/src/miden_node_setup.md @@ -86,7 +86,7 @@ rm -r data rm -r accounts ``` -After resetting the state of the node, follow steps 2 and 4 again. +After resetting the state of the node, follow steps 2 and 3 again. ## Connecting to the Miden testnet