Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
someone235 committed Dec 6, 2023
1 parent b226d8e commit c434022
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func (mp *mempool) revalidateHighPriorityTransactions() ([]*externalapi.DomainTr

// We revalidate transactions in topological order in case there are dependencies between them

// Naturally transactions points to their dependencies, but since we want to start processing the dependencies
// Naturally transactions point to their dependencies, but since we want to start processing the dependencies
// first, we build the opposite DAG. We initially fill `queue` with transactions with no dependencies.
txDAG := make(map[externalapi.DomainTransactionID]*txNode)

Expand Down

0 comments on commit c434022

Please sign in to comment.