Skip to content

Commit 61423e8

Browse files
committed
fix TODO(karalabe): Currently updating the inclusion block of a blob needs a full db rewrite. Can we do without?
1 parent a3f59f3 commit 61423e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/txpool/blobpool/limbo.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ type limboBlob struct {
3737
// limbo is a light, indexed database to temporarily store recently included
3838
// blobs until they are finalized. The purpose is to support small reorgs, which
3939
// would require pulling back up old blobs (which aren't part of the chain).
40-
//
4140
type limbo struct {
4241
store billy.Database // Persistent data store for limboed blobs
4342

0 commit comments

Comments
 (0)