Skip to content

Commit

Permalink
updated statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
blockchainluffy committed Oct 21, 2024
1 parent f156564 commit e67618c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Transaction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Transaction: FC = () => {
const statusesWithEstimatedeInclusionTime = ['Submitted', 'Pending user transaction']

useEffect(() => {
const finalisedStatuses = ['Shielded inclusion', 'Unshielded inclusion', 'invalid', 'not included', 'not decrypted']
const finalisedStatuses = ['Shielded inclusion', 'Unshielded inclusion', 'Invalid', 'Not included', 'Cannot be decrypted']

if (updatedData) {
setTransaction(updatedData.message as TransactionDetails);
Expand Down

0 comments on commit e67618c

Please sign in to comment.