mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-12 15:24:14 +00:00
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…
x
Reference in New Issue
Block a user