Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
client/core: Only check for fees when they are definitely available
The fee checks for dynamic fee assets were happening many times before the transaction was confirmed, unnecessarily slowing the ticks down. This modifies the logic to decide if a check is needed by considering match status differently, and by checking if the swaps has at least one confirmation.
- Loading branch information