From 61423e87797fc813455a468b6fd16382e3413c02 Mon Sep 17 00:00:00 2001 From: maskpp Date: Fri, 4 Jul 2025 10:25:53 +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 968775048f..35e6b6532c 100644 --- a/core/txpool/blobpool/limbo.go +++ b/core/txpool/blobpool/limbo.go @@ -37,7 +37,6 @@ type limboBlob struct { // limbo is a light, indexed database to temporarily store recently included // 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). -// type limbo struct { store billy.Database // Persistent data store for limboed blobs