You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Submitting the same tx twice in a server/v2 app leads to comet rejecting the tx with ABCI code 19.
Cosmos SDK Version
server/v2
How to reproduce?
simdv2 tx bank send alice bob 100stake # works
simdv2 tx bank send alice bob 100stake # rejected, code 19
simdv2 tx bank send alice bob 101stake # works
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What happened?
Submitting the same tx twice in a server/v2 app leads to comet rejecting the tx with ABCI code 19.
Cosmos SDK Version
server/v2
How to reproduce?
The text was updated successfully, but these errors were encountered: