Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Commit

Permalink
Add to unwindTxs if not type 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Somnath committed Sep 19, 2023
1 parent ac899d3 commit e606c62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions txpool/fetch.go
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,8 @@ func (f *Fetch) handleStateChanges(ctx context.Context, client StateChangesClien
if knownBlobTxn != nil {
unwindTxs.Append(knownBlobTxn.Tx, sender, false)
}
} else {
unwindTxs.Append(utx, sender, false)
}
return err
}); err != nil && !errors.Is(err, context.Canceled) {
Expand Down

0 comments on commit e606c62

Please sign in to comment.