From 594e4de981ab4593c423f3079c2c3a8d76f2c41b Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 1 Jan 2025 03:16:44 -0500 Subject: [PATCH] e2e-tests/solana: fix typo --- e2e-tests/solana/online.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/solana/online.sh b/e2e-tests/solana/online.sh index 6d90f36..2d88e49 100644 --- a/e2e-tests/solana/online.sh +++ b/e2e-tests/solana/online.sh @@ -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: "