Skip to content

Commit

Permalink
disable txpool sync2cache (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: andyzhang2023 <andyzhang2023@gmail.com>
  • Loading branch information
andyzhang2023 and andyzhang2023 authored Oct 11, 2024
1 parent 186ecfa commit 59ee507
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 59ee507

Please sign in to comment.