From 6193ce56a1de0c92f6ded53b2c6e34e4827475d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Tue, 6 Feb 2024 00:07:57 +0100 Subject: [PATCH] fix: node-ethereum-locale.md.rst node-ethereum-locale.md.rst:125: WARNING: line number spec is out of range(1-34): '20-35' --- sources/blockchain/node-ethereum-locale.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/blockchain/node-ethereum-locale.md b/sources/blockchain/node-ethereum-locale.md index 2103ce1..1b9e9b2 100644 --- a/sources/blockchain/node-ethereum-locale.md +++ b/sources/blockchain/node-ethereum-locale.md @@ -123,7 +123,7 @@ Ensuite, lancez cette commande pour (ou réinitialiser) le nœud : Démarrez le nœud (pensez à adapter l'adresse publique du compte) : ```{literalinclude} snippets/node-ethereum-locale.sh - :lines: 20-35 + :lines: 20-34 :emphasize-lines: 12-13,15 :language: shell ```