Merge branch 'dev/etan/df-forkedblobs' into feat_eip-7688
This commit is contained in:
commit
1b62329153
|
@ -671,7 +671,7 @@ proc storeBlock(
|
||||||
self[].lastPayload = signedBlock.message.slot
|
self[].lastPayload = signedBlock.message.slot
|
||||||
|
|
||||||
# write blobs now that block has been written.
|
# write blobs now that block has been written.
|
||||||
let blobs = blobsOpt.valueOr: BlobSidecars @[]
|
let blobs = blobsOpt.valueOr: blobFork.BlobSidecars() @[]
|
||||||
for b in blobs:
|
for b in blobs:
|
||||||
self.consensusManager.dag.db.putBlobSidecar(b[])
|
self.consensusManager.dag.db.putBlobSidecar(b[])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue