From e6e55febaf35fecdd8e8e0487e19e5236f39c2f9 Mon Sep 17 00:00:00 2001 From: Uncle Stinky Date: Sun, 13 Oct 2024 19:09:46 +0300 Subject: [PATCH] 0x prefixes removed Signed-off-by: Uncle Stinky --- scripts/prepare-test-net.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prepare-test-net.sh b/scripts/prepare-test-net.sh index 1082dc9..d8500e4 100755 --- a/scripts/prepare-test-net.sh +++ b/scripts/prepare-test-net.sh @@ -19,7 +19,7 @@ echo -e "\n" print_session_key() { echo -e "\t\t// $1" - echo -e "\t\thex![\"$2\"].$3()," + echo -e "\t\thex![\"${2:2}\"].$3()," } echo "let initial_authorities: Vec<("