Skip to content

Commit

Permalink
Change the default behavior to not enforce tips
Browse files Browse the repository at this point in the history
  • Loading branch information
gameofpointers committed Apr 25, 2024
1 parent 30dd6ca commit 8601cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ func (w *worker) fillTransactions(interrupt *int32, env *environment, block *typ
return etxSet
}

pending, err := w.txPool.TxPoolPending(true)
pending, err := w.txPool.TxPoolPending(false)
if err != nil {
return nil
}
Expand Down

0 comments on commit 8601cf2

Please sign in to comment.