fixup! Fix regression in DB write atomicity

This commit is contained in:
Emilia Hane
2023-02-07 11:39:52 +01:00
parent bc468b4ce5
commit 6a37e84399
2 changed files with 2 additions and 2 deletions

View File

@@ -3034,7 +3034,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
if blobs.blobs.len() > 0 {
//FIXME(sean) using this for debugging for now
info!(
self.log, "Writing blobs to store";
self.log, "Writing blobs to store";
"block_root" => ?block_root
);
ops.push(StoreOp::PutBlobs(block_root, blobs));