We don't cover all re-org cases (dispute tx reorged)
Opened this issue · 0 comments
mariocynicys commented
We should handle trackers which are marked as InMempoolSince
but their disputes have been reorged.
Right now we only handle trackers which are confirmed and then reorged, we don't consider their disputes nor the disputes of in-mempool trackers.
We should make sure the dispute is confirmed as well.
rust-teos/teos/src/responder.rs
Lines 456 to 459 in a4acced