mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-29 14:11:21 +00:00
update tmsp glide
This commit is contained in:
parent
4e5cdd6abb
commit
e8271c8a4b
2
glide.lock
generated
2
glide.lock
generated
@ -84,7 +84,7 @@ imports:
|
|||||||
subpackages:
|
subpackages:
|
||||||
- term
|
- term
|
||||||
- name: github.com/tendermint/tmsp
|
- name: github.com/tendermint/tmsp
|
||||||
version: f41bc5f11969e22b357d94b4247403fd62d40445
|
version: 49a67aee8a7984a68eabe2c45ff6eb0ff51e31f9
|
||||||
subpackages:
|
subpackages:
|
||||||
- client
|
- client
|
||||||
- example/dummy
|
- example/dummy
|
||||||
|
@ -194,6 +194,8 @@ func (mem *Mempool) resCbNormal(req *tmsp.Request, res *tmsp.Response) {
|
|||||||
log.Info("Bad Transaction", "res", r)
|
log.Info("Bad Transaction", "res", r)
|
||||||
|
|
||||||
// remove from cache (it might be good later)
|
// remove from cache (it might be good later)
|
||||||
|
// note this is an async callback,
|
||||||
|
// so we need to grab the lock in removeTxFromCacheMap
|
||||||
mem.removeTxFromCacheMap(req.GetCheckTx().Tx)
|
mem.removeTxFromCacheMap(req.GetCheckTx().Tx)
|
||||||
|
|
||||||
// TODO: handle other retcodes
|
// TODO: handle other retcodes
|
||||||
|
@ -13,9 +13,6 @@ function sendTx() {
|
|||||||
CODE=`echo $RESPONSE | jq .result[1].code`
|
CODE=`echo $RESPONSE | jq .result[1].code`
|
||||||
ERROR=`echo $RESPONSE | jq .error`
|
ERROR=`echo $RESPONSE | jq .error`
|
||||||
ERROR=$(echo "$ERROR" | tr -d '"') # remove surrounding quotes
|
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
|
# 0 should pass once and get in block, with no error
|
||||||
|
Loading…
x
Reference in New Issue
Block a user