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`