Skip to content

Commit

Permalink
Update tx.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ansigroup authored Jun 6, 2018
1 parent 8fc4419 commit 7af8b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_request/tx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ do
ANSWER_OK=true
fi
else
response=$(./cleos -H $SERVER -p $PORT get info)
response=$(./cleos.sh get info)
if [[ "$response" =~ "head_block_time" ]]; then
ANSWER_OK=true
fi
Expand Down

0 comments on commit 7af8b9d

Please sign in to comment.