change escrow duration from 8 - 10 hrs
What does this PR do?
Fixes # https://github.com/RoboSats/robosats/issues/2234
This pr increases the maximum allowed escrow time from 8 to 10 hours
Checklist before merging
- [ ] Install pre-commit and initialize it:
pip install pre-commit, thenpre-commit install. Pre-commit installs git hooks that automatically check the codebase. If pre-commit fails when you commit your changes, please fix the problems it points out.
Thanks @KoalaSat, I updated the maker form and searched the codebase for any other references escrow duration. I would gladly test the frontend but I think I may need some help with test data to fill out an order; or just advice on how to test the change. I'm not very familiar with the flow but the duration is likely set after the deposit. I'm not sure what ways you go about bypassing the step for local testing. Thanks in advanced!
Oh and I found a small grammar issue when I opened one of the files to update so I included as part of the pr; hope thats ok. I can split it out into a separate pr if that's helpful.