From 14b6c739e8be0f250dcf32ddfda49f057665c0c4 Mon Sep 17 00:00:00 2001 From: rjl493456442 Date: Thu, 4 Sep 2025 11:01:09 +0800 Subject: [PATCH] Enhance error logging for blob transactions --- core/txpool/blobpool/blobpool.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/txpool/blobpool/blobpool.go b/core/txpool/blobpool/blobpool.go index 612529e55e..edc8eb3e55 100644 --- a/core/txpool/blobpool/blobpool.go +++ b/core/txpool/blobpool/blobpool.go @@ -1346,7 +1346,7 @@ func (p *BlobPool) GetBlobs(vhashes []common.Hash, version byte) ([]*kzg4844.Blo } sidecar := tx.BlobTxSidecar() if sidecar == nil { - log.Error("Blob tx without sidecar", "id", txID) + log.Error("Blob tx without sidecar", "hash", tx.Hash(), "id", txID) continue } // Traverse the blobs in the transaction