0x prefixes removed

Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
This commit is contained in:
Uncle Stinky 2024-10-13 19:09:46 +03:00
parent 96163ee4d9
commit e6e55febaf
Signed by: st1nky
GPG Key ID: 016064BD97603B40

View File

@ -19,7 +19,7 @@ echo -e "\n"
print_session_key() { print_session_key() {
echo -e "\t\t// $1" echo -e "\t\t// $1"
echo -e "\t\thex![\"$2\"].$3()," echo -e "\t\thex![\"${2:2}\"].$3(),"
} }
echo "let initial_authorities: Vec<(" echo "let initial_authorities: Vec<("