e2e-tests/solana: move prompt to lower section so it's more noticeable
This commit is contained in:
parent
f5ca0841cb
commit
44aef0ca99
|
@ -16,8 +16,8 @@ token_amount="$(jq -r .token_amount /data/input.json)"
|
|||
blockhash="$(jq -r .blockhash /data/input.json)"
|
||||
token_address="$(icepick sol get-token-address "$token_name" | jq -r .blob)"
|
||||
|
||||
echo "Do these values look correct? If not, press ctrl-c. Otherwise, press Enter."
|
||||
jq . /data/input.json
|
||||
echo "Do these values look correct? If not, press ctrl-c. Otherwise, press Enter."
|
||||
read _
|
||||
|
||||
echo "Creating and signing transaction"
|
||||
|
|
Loading…
Reference in New Issue