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 a3f59f3 commit 61423e8Copy full SHA for 61423e8
core/txpool/blobpool/limbo.go
@@ -37,7 +37,6 @@ type limboBlob struct {
37
// limbo is a light, indexed database to temporarily store recently included
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
type limbo struct {
42
store billy.Database // Persistent data store for limboed blobs
43
0 commit comments