robosats
robosats copied to clipboard
Fix premium sorting in order book
What does this PR do?
Fixes #2146
This PR introduces/refactors/...
Checklist before merging
- [x] 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.