fix TODO(karalabe): Currently updating the inclusion block of a blob needs a full db rewrite. Can we do without?

This commit is contained in:
maskpp 2025-07-04 10:25:53 +08:00
parent a3f59f3914
commit 61423e8779

View file

@ -37,7 +37,6 @@ type limboBlob struct {
// limbo is a light, indexed database to temporarily store recently included // limbo is a light, indexed database to temporarily store recently included
// blobs until they are finalized. The purpose is to support small reorgs, which // 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). // would require pulling back up old blobs (which aren't part of the chain).
//
type limbo struct { type limbo struct {
store billy.Database // Persistent data store for limboed blobs store billy.Database // Persistent data store for limboed blobs