[#196] Remove -i key in docker exec in bin/resolve.sh

Signed-off-by: anastasia prasolova <anastasia@nspcc.ru>
This commit is contained in:
anastasia prasolova 2022-07-26 20:23:11 +03:00 committed by Alex Vanin
parent e904506e3d
commit e2c169e440
2 changed files with 3 additions and 2 deletions

View file

@ -5,7 +5,7 @@
source bin/helper.sh
# NeoGo binary path.
NEOGO="${NEOGO:-docker exec -it morph_chain neo-go}"
NEOGO="${NEOGO:-docker exec -t morph_chain neo-go}"
# NNS contract script hash
output=$(curl -s --data '{ "id": 1, "jsonrpc": "2.0", "method": "getcontractstate", "params": [1] }' \
"http://morph-chain.${LOCAL_DOMAIN}:30333/") \