diff --git a/core/rawdb/accessors_indexes.go b/core/rawdb/accessors_indexes.go index c0323a23e2..cd5db3dd3e 100644 --- a/core/rawdb/accessors_indexes.go +++ b/core/rawdb/accessors_indexes.go @@ -184,7 +184,7 @@ func ReadReceipt(db ethdb.Reader, txHash common.Hash, config *params.ChainConfig } } - log.Error("Receipt not found", "number", *blockNumber, "txHash", blockHash, "txhash", txHash) + log.Error("Receipt not found", "number", *blockNumber, "blockHash", blockHash, "txHash", txHash) return nil, common.Hash{}, 0, 0 }