Skip to content

Commit a3f59f3

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 22db68b commit a3f59f3

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
@@ -38,7 +38,6 @@ type limboBlob struct {
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).
4040
//
41-
// TODO(karalabe): Currently updating the inclusion block of a blob needs a full db rewrite. Can we do without?
4241
type limbo struct {
4342
store billy.Database // Persistent data store for limboed blobs
4443

0 commit comments

Comments
 (0)