explorer
explorer copied to clipboard
feat: mark expired transactions
Description of change
Fixes #985
Type of change
Choose a type of change, and delete any options that are not relevant.
- Enhancement (a non-breaking change which adds functionality)
How the change has been tested
http://localhost:3000/testnet/addr/rms1qqpnke3j6vj922xlj92x55nes9swyy3pcu0nd3n8pwrl8x3t86ceut04hqf
Change checklist
Add an x to the boxes that are relevant to your changes, and delete any items that are not.
- [x] My code follows the contribution guidelines for this project
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes