From a4eb8db5bff43f24e4f26f2f7c1e614486c137ee Mon Sep 17 00:00:00 2001 From: marcello33 Date: Fri, 8 Nov 2024 18:33:58 +0100 Subject: [PATCH] fix: lint --- eth/bor_api_backend.go | 1 - 1 file changed, 1 deletion(-) diff --git a/eth/bor_api_backend.go b/eth/bor_api_backend.go index 0d82741d67..88f5e1f34d 100644 --- a/eth/bor_api_backend.go +++ b/eth/bor_api_backend.go @@ -90,7 +90,6 @@ func (b *EthAPIBackend) GetVoteOnHash(ctx context.Context, starBlockNr uint64, e // GetBorBlockReceipt returns bor block receipt func (b *EthAPIBackend) GetBorBlockReceipt(ctx context.Context, hash common.Hash) (*types.Receipt, error) { - receipt := b.eth.blockchain.GetBorReceiptByHash(hash) if receipt == nil { return nil, ethereum.NotFound