update tmsp glide

This commit is contained in:
Ethan Buchman
2016-07-06 17:09:40 -04:00
parent 4e5cdd6abb
commit e8271c8a4b
3 changed files with 3 additions and 4 deletions

View File

@@ -13,9 +13,6 @@ function sendTx() {
CODE=`echo $RESPONSE | jq .result[1].code`
ERROR=`echo $RESPONSE | jq .error`
ERROR=$(echo "$ERROR" | tr -d '"') # remove surrounding quotes
echo "ERROR: $ERROR"
echo "CODE: $CODE"
echo ""
}
# 0 should pass once and get in block, with no error