mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
core/rawdb: Fix error logs
This commit is contained in:
parent
70e3c694ba
commit
46230b1e4f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
return nil, common.Hash{}, 0, 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue