mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-03 14:47:16 +00:00
mempool: don't return an error on checktx with the same tx (#6199)
This commit is contained in:
@@ -109,14 +109,7 @@ if [[ $APPEND_TX_CODE != 0 ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
echo "... sending tx. expect error"
|
||||
|
||||
# second time should get rejected by the mempool (return error and non-zero code)
|
||||
sendTx $TX true
|
||||
|
||||
|
||||
echo "... sending tx. expect no error"
|
||||
echo "... sending new tx. expect no error"
|
||||
|
||||
# now, TX=01 should pass, with no error
|
||||
TX=01
|
||||
|
||||
Reference in New Issue
Block a user