mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
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:
parent
a3f59f3914
commit
61423e8779
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue