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
Move Sent status check before hash parsing as an early exit, matching
the approach in PR #606. This simplifies the logic since:
- Pending and Sent transactions don't have on-chain hashes yet
- Only Submitted+ transactions need hash validation
- If hash is missing for Submitted+, it's a database inconsistency
Remove unused is_unsubmitted_transaction import.
0 commit comments