Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use string for url instead of URL #1234

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

bonomat
Copy link
Contributor

@bonomat bonomat commented Sep 6, 2023

The reason for that is that URL is putting a trailing / at the file which becomes an issue in downstream libraries such as esplora-client. This is a temp fix, a proper fix will follow.

Note: make sure to pass in ESPLORA_ENDPOINT always without a trailing /, i.e. ESPLORA_ENDPOINT=http://46.17.98.29:3000

The reason for that is that URL is putting a trailing / at the file which becomes an issue in downstream libraries such as esplora-client. This is a temp fix, a proper fix will follow
@bonomat bonomat requested a review from holzeis September 6, 2023 11:54
Copy link
Contributor

@holzeis holzeis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing! 👍

@bonomat
Copy link
Contributor Author

bonomat commented Sep 6, 2023

Thanks for fixing! 👍

Thanks for helping debugging it.

@holzeis holzeis enabled auto-merge September 6, 2023 12:05
@holzeis holzeis added this pull request to the merge queue Sep 6, 2023
Merged via the queue into get10101:main with commit b41549c Sep 6, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants