We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a264d41 commit 3fc156eCopy full SHA for 3fc156e
packages/taiko-client/driver/preconf_blocks/api.go
@@ -315,7 +315,7 @@ func (s *PreconfBlockAPIServer) RemovePreconfBlocks(c echo.Context) error {
315
// If current block number is less than the highest unsafe L2 payload block ID,
316
// update the highest unsafe L2 payload block ID.
317
if newHead.Number.Uint64() < s.highestUnsafeL2PayloadBlockID {
318
- s.highestUnsafeL2PayloadBlockID = newHead.Number.Uint64()
+ s.updateHighestUnsafeL2Payload(newHead.Number.Uint64())
319
}
320
321
log.Debug(
0 commit comments