Skip to content

Commit

Permalink
Revert "disable txpool sync2cache (#3)"
Browse files Browse the repository at this point in the history
This reverts commit 59ee507.
  • Loading branch information
bnoieh committed Dec 27, 2024
1 parent 89d8d54 commit f5ce34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/txpool/legacypool/legacypool.go
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ func (pool *LegacyPool) Init(gasTip uint64, head *types.Header, reserve txpool.A
}
pool.wg.Add(1)
go pool.loop()
//go pool.loopOfSync()
go pool.loopOfSync()
return nil
}

Expand Down

0 comments on commit f5ce34a

Please sign in to comment.