From a3f59f391422842e7c87294be1273ea703393b5d Mon Sep 17 00:00:00 2001 From: maskpp Date: Fri, 4 Jul 2025 10:25:45 +0800 Subject: [PATCH] fix TODO(karalabe): Currently updating the inclusion block of a blob needs a full db rewrite. Can we do without? --- core/txpool/blobpool/limbo.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/txpool/blobpool/limbo.go b/core/txpool/blobpool/limbo.go index b8823cd836..968775048f 100644 --- a/core/txpool/blobpool/limbo.go +++ b/core/txpool/blobpool/limbo.go @@ -38,7 +38,6 @@ type limboBlob struct { // blobs until they are finalized. The purpose is to support small reorgs, which // would require pulling back up old blobs (which aren't part of the chain). // -// TODO(karalabe): Currently updating the inclusion block of a blob needs a full db rewrite. Can we do without? type limbo struct { store billy.Database // Persistent data store for limboed blobs