Skip to content

Commit

Permalink
1700
Browse files Browse the repository at this point in the history
  • Loading branch information
humblenginr committed Apr 11, 2024
1 parent 066f919 commit 3c77b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func GetValidTxns() *priorityQueue.Queue {
func GetTop(pq *priorityQueue.Queue) []*txn.Transaction {
txns := make([]*txn.Transaction, 0)

for range 2000 {
for range 1700 {
t := txn.Transaction((pq.Pop()).(Item))
txns = append(txns, &t)
}
Expand Down

0 comments on commit 3c77b88

Please sign in to comment.