Skip to content

Commit a4eb8db

Browse files
committed
fix: lint
1 parent 2af775c commit a4eb8db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eth/bor_api_backend.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ func (b *EthAPIBackend) GetVoteOnHash(ctx context.Context, starBlockNr uint64, e
9090

9191
// GetBorBlockReceipt returns bor block receipt
9292
func (b *EthAPIBackend) GetBorBlockReceipt(ctx context.Context, hash common.Hash) (*types.Receipt, error) {
93-
9493
receipt := b.eth.blockchain.GetBorReceiptByHash(hash)
9594
if receipt == nil {
9695
return nil, ethereum.NotFound

0 commit comments

Comments
 (0)