From 223cacf7c0c1016efcbb63633828612cc40e836f Mon Sep 17 00:00:00 2001 From: Philip Halsall Date: Wed, 8 Mar 2023 10:58:04 +0800 Subject: [PATCH 1/2] Update to the version number --- docs/node-operators/connecting-to-the-network.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/node-operators/connecting-to-the-network.mdx b/docs/node-operators/connecting-to-the-network.mdx index d081f4eb4..4b600e50c 100644 --- a/docs/node-operators/connecting-to-the-network.mdx +++ b/docs/node-operators/connecting-to-the-network.mdx @@ -30,7 +30,7 @@ sudo apt-get update sudo apt-get install --yes curl unzip mina-mainnet=1.3.1.2-25388a0 ``` -Check that daemon installed correctly by running `mina version`. The output should read `Commit 9b0369c27bb85c8ab2f8725c6e977eb27b53b826 on branch master`. +Check that daemon installed correctly by running `mina version`. The output should read `Commit 25388a0fed9695e8e9d04f75f50c2bae1c9c80db on branch master`. ## Start up a node From ac164791c7c60f177bcb133d725f9d374f79fcf0 Mon Sep 17 00:00:00 2001 From: Philip Halsall Date: Thu, 20 Jul 2023 12:10:27 +0800 Subject: [PATCH 2/2] fixing typo --- docs/node-operators/foundation-delegation-program.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/node-operators/foundation-delegation-program.mdx b/docs/node-operators/foundation-delegation-program.mdx index 82424a177..7c664ec37 100644 --- a/docs/node-operators/foundation-delegation-program.mdx +++ b/docs/node-operators/foundation-delegation-program.mdx @@ -28,7 +28,7 @@ The current sidecar tracking system is being phased out to be replaced by the SN - [Instructions for the sidecar tracking system](/node-operators/bp-sidecar) - [Instructions for the SNARK-work-based uptime system](/node-operators/uptime-tracking-system) -Please follow the latest updates and post questions in the [the [#delegation-program](https://discord.com/channels/484437221055922177/808895957978447882) channel on Mina Protocol Discord. +Please follow the latest updates and post questions in the [#delegation-program](https://discord.com/channels/484437221055922177/808895957978447882) channel on Mina Protocol Discord. :::