e2e-tests/solana: fix typo

This commit is contained in:
Ryan Heywood 2025-01-01 03:16:44 -05:00
parent dd7736f5c8
commit 594e4de981
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ read -r from_address
printf "%s" "Public key of the recipient address: "
read -r to_address
printf "%s" "Publick ey of the nonce account: "
printf "%s" "Public ey of the nonce account: "
read -r nonce_address
printf "%s" "Name of the token to transfer: "