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

Register bitcoind provider before esplora #51

Merged
merged 1 commit into from
Feb 19, 2024
Merged

Register bitcoind provider before esplora #51

merged 1 commit into from
Feb 19, 2024

Conversation

mrfelton
Copy link
Member

This pull request primarily involves modifications to the src/server.tsx file. The changes reorganize the order in which service providers are registered. Specifically, the EsploraProvider instances are now registered after the BitcoindProvider instance.

Here are the key changes:

  • src/server.tsx: The registration of EsploraProvider instances with ESPLORA_BASE_URL and ESPLORA_FALLBACK_BASE_URL has been moved after the registration of the BitcoindProvider instance with BITCOIND_BASE_URL. This change affects the order in which these service providers are registered. [1] [2]

@mrfelton mrfelton self-assigned this Feb 19, 2024
@mrfelton mrfelton merged commit 92c1e19 into master Feb 19, 2024
1 check passed
@mrfelton mrfelton deleted the refactor branch February 19, 2024 19:45
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.

1 participant