We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a TX has the status of dropped_problematic, the explorer shows the TX as "in mempool". This is because "dropped_problematic" isn't handled.
dropped_problematic
explorer/src/app/txid/[txId]/TxPage.tsx
Line 42 in 6ee9484
More critically, this function should include dropped_problematic at line ~22:
explorer/src/common/utils/transactions.ts
Lines 7 to 24 in 129c759
CC: stacks-network/stacks-core#5128
The text was updated successfully, but these errors were encountered:
(get-block-info? miner-address u0)
He1DAr
Successfully merging a pull request may close this issue.
When a TX has the status of
dropped_problematic
, the explorer shows the TX as "in mempool". This is because "dropped_problematic" isn't handled.explorer/src/app/txid/[txId]/TxPage.tsx
Line 42 in 6ee9484
More critically, this function should include
dropped_problematic
at line ~22:explorer/src/common/utils/transactions.ts
Lines 7 to 24 in 129c759
CC: stacks-network/stacks-core#5128
The text was updated successfully, but these errors were encountered: