You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Use the octez-client command to transfer tez from the address to the target address
/home/mike/tezos/octez-client transfer $amount from $address to $address --entrypoint stake
# Print a message indicating that the transfer has been initiated
echo -e "${COLORS[GREEN]}Initiated a staking transfer of ${COLORS[NC]}$amount ${COLORS[GREEN]}from ${COLORS[YELLOW]}$address ${COLORS[GREEN]}to ${COLORS[YELLOW]}$address.${COLORS[NC]}"