Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit ae7357b

Browse files
committed
set head in sbundle pool
1 parent 56cf382 commit ae7357b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/txpool/legacypool/legacypool.go

+1
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ func (pool *LegacyPool) Init(gasTip *big.Int, head *types.Header, reserve txpool
323323
pool.currentHead.Store(head)
324324
pool.currentState = statedb
325325
pool.pendingNonces = newNoncer(statedb)
326+
pool.sbundles.ResetPoolData(pool)
326327

327328
// Start the reorg loop early, so it can handle requests generated during
328329
// journal loading.

0 commit comments

Comments
 (0)