mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
fix: lint
This commit is contained in:
parent
2af775c1f8
commit
a4eb8db5bf
1 changed files with 0 additions and 1 deletions
|
|
@ -90,7 +90,6 @@ func (b *EthAPIBackend) GetVoteOnHash(ctx context.Context, starBlockNr uint64, e
|
||||||
|
|
||||||
// GetBorBlockReceipt returns bor block receipt
|
// GetBorBlockReceipt returns bor block receipt
|
||||||
func (b *EthAPIBackend) GetBorBlockReceipt(ctx context.Context, hash common.Hash) (*types.Receipt, error) {
|
func (b *EthAPIBackend) GetBorBlockReceipt(ctx context.Context, hash common.Hash) (*types.Receipt, error) {
|
||||||
|
|
||||||
receipt := b.eth.blockchain.GetBorReceiptByHash(hash)
|
receipt := b.eth.blockchain.GetBorReceiptByHash(hash)
|
||||||
if receipt == nil {
|
if receipt == nil {
|
||||||
return nil, ethereum.NotFound
|
return nil, ethereum.NotFound
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue