From dd84ce3f482c6ffa904ec754bda1a84c7e007fd7 Mon Sep 17 00:00:00 2001 From: Maxime Van Hees Date: Fri, 16 May 2025 14:30:46 +0200 Subject: [PATCH] remove command from tutorial --- docs/docs/rhai/mycelium_tutorial.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/docs/rhai/mycelium_tutorial.md b/docs/docs/rhai/mycelium_tutorial.md index 7ed83de..2b80a05 100644 --- a/docs/docs/rhai/mycelium_tutorial.md +++ b/docs/docs/rhai/mycelium_tutorial.md @@ -339,8 +339,6 @@ try { - Or compile from source #### Setup -> `cd myceliumd && cargo build` - - Create two different private key files. Each key file should contain exactely 32 bytes. In this example we'll save these files as `sender.bin` and `receiver.bin`. Note: generate your own 32-byte key files, the values below are just used as examples. > `echo '9f3d72c1a84be6f027bba94cde015ee839cedb2ac4f2822bfc94449e3e2a1c6a' > sender.bin`