mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 12:11:58 +00:00
update tmsp glide
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user