Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Di Fabio <[email protected]>
  • Loading branch information
fab-10 committed Sep 22, 2023
1 parent c7c8dec commit 5655d2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ private boolean hasPriority(final PendingTransaction pendingTransaction) {
return false;
}

// if there is space add it, otherwise check if it has move value than the last one
// if there is space add it, otherwise check if it has more value than the last one
if (orderByFee.size() < poolConfig.getMaxPrioritizedTransactions()) {
return true;
}
Expand Down

0 comments on commit 5655d2c

Please sign in to comment.