Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyukang committed Aug 14, 2023
1 parent bc7e613 commit 9e8dc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tx-pool/src/pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ impl TxPool {
}
}

// Rule #6, any old Tx should be in `Pending` or `Gap` status
// Rule #6, all conflict Txs should be in `Pending` or `Gap` status
if all_statuses
.iter()
.any(|s| ![Status::Pending, Status::Gap].contains(s))
Expand Down

0 comments on commit 9e8dc8b

Please sign in to comment.