Skip to content

Commit

Permalink
Switch ON blobpool & ensure Cancun hardfork can occur (#2223)
Browse files Browse the repository at this point in the history
pool: switch ON blobpool+no reannotx
  • Loading branch information
emailtovamos authored and galaio committed Mar 6, 2024
1 parent 5a6e13c commit 34cb9b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions miner/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -1045,6 +1045,7 @@ func (w *worker) generateWork(params *generateParams) *newPayloadResult {
if err != nil {
return &newPayloadResult{err: err}
}

return &newPayloadResult{
block: block,
fees: fees.ToBig(),
Expand Down

0 comments on commit 34cb9b9

Please sign in to comment.