-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement group close by prio fee rate
It makes no sense to maintain groups that pay higher commissions than those required to enter the next block. With this commit every time a transaction is added, it is checked if any of the existing groups can be closed following that condition, if it can, the group is closed.
- Loading branch information
1 parent
645716e
commit d4c9c15
Showing
2 changed files
with
66 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters