From 96163ee4d9a2021dc247c89e652d54e4929ed825 Mon Sep 17 00:00:00 2001 From: Uncle Stinky Date: Sun, 13 Oct 2024 17:46:38 +0300 Subject: [PATCH] fix for generation of 'endowed_accounts' 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 3f95992..1082dc9 100755 --- a/scripts/prepare-test-net.sh +++ b/scripts/prepare-test-net.sh @@ -12,7 +12,7 @@ for num in $(seq 2 $num_ghosties); do account_id=$(grep -m $num "wallet" $project_folder/service/ghosties | tail -n 1 | awk '{ print $6 }') public_key=$(ghost key inspect $account_id --public | grep "SS58 Address" | awk '{ print $3 }') echo -e "\t// $public_key" - echo -e "\thex![\"${account_id:2}\"].into();" + echo -e "\thex![\"${account_id:2}\"].into()," done echo "];" echo -e "\n"