Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Nov 27, 2024
1 parent bd9bd0f commit 8a842e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion turbo/jsonrpc/eth_receipts.go
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,6 @@ func (api *APIImpl) GetBlockReceipts(ctx context.Context, numberOrHash rpc.Block
return nil, err
}
if block == nil {
panic(err)
return nil, nil
}
chainConfig, err := api.chainConfig(ctx, tx)
Expand Down

0 comments on commit 8a842e2

Please sign in to comment.