e2e-tests/solana: fix typo
This commit is contained in:
parent
dd7736f5c8
commit
594e4de981
|
@ -4,7 +4,7 @@ read -r from_address
|
||||||
printf "%s" "Public key of the recipient address: "
|
printf "%s" "Public key of the recipient address: "
|
||||||
read -r to_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
|
read -r nonce_address
|
||||||
|
|
||||||
printf "%s" "Name of the token to transfer: "
|
printf "%s" "Name of the token to transfer: "
|
||||||
|
|
Loading…
Reference in New Issue