fix: lint

This commit is contained in:
marcello33 2024-11-08 18:33:58 +01:00
parent 2af775c1f8
commit a4eb8db5bf
No known key found for this signature in database
GPG key ID: 06128777E3C36B16

View file

@ -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