Skip to content

Commit

Permalink
Fix gingerbreadP2 check for light tx pool
Browse files Browse the repository at this point in the history
  • Loading branch information
Eela Nagaraj committed Oct 2, 2023
1 parent 2c70933 commit aaeb96a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions light/txpool.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ func (pool *TxPool) setNewHead(head *types.Header) {
pool.donut = pool.config.IsDonut(next)
pool.espresso = pool.config.IsEspresso(next)
pool.gingerbread = pool.config.IsGingerbread(next)
pool.gingerbreadP2 = pool.config.IsGingerbread(next)
}

// Stop stops the light transaction pool
Expand Down

0 comments on commit aaeb96a

Please sign in to comment.