We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22db68b commit a3f59f3Copy full SHA for a3f59f3
core/txpool/blobpool/limbo.go
@@ -38,7 +38,6 @@ type limboBlob struct {
38
// blobs until they are finalized. The purpose is to support small reorgs, which
39
// would require pulling back up old blobs (which aren't part of the chain).
40
//
41
-// TODO(karalabe): Currently updating the inclusion block of a blob needs a full db rewrite. Can we do without?
42
type limbo struct {
43
store billy.Database // Persistent data store for limboed blobs
44
0 commit comments