From 25f2f322a7343514e90ab8b52602960a7714f8ac Mon Sep 17 00:00:00 2001 From: Emad InfStones Date: Fri, 30 May 2025 12:56:29 +0500 Subject: [PATCH] Remove extra dot in release tag --- sidechain-testnet-5/tss.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sidechain-testnet-5/tss.md b/sidechain-testnet-5/tss.md index 56c67614..6b85ffe9 100644 --- a/sidechain-testnet-5/tss.md +++ b/sidechain-testnet-5/tss.md @@ -49,7 +49,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh ``` git clone https://github.com/sideprotocol/shuttler.git cd shuttler -git checkout v2.0.0-rc.1 +git checkout v2.0.0-rc1 cargo build --release ```