Is there a way to determine reason why a tx has left mempool? #380
Unanswered
eddiemundo
asked this question in
Q & A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is not exactly Ogmios specific, but is there a way to determine whether a tx has left the mempool because it was included in a block, or because a ledger state change has made the tx invalid?
I feel like this would be useful and afaik the only way to get something like this is timing hacks to try to receive a block first before trying to figure out whether the mempool change contains txs in the block.
Beta Was this translation helpful? Give feedback.
All reactions