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

Don't block on gateway fees #1226

Merged
merged 1 commit into from
Jun 18, 2024
Merged

Don't block on gateway fees #1226

merged 1 commit into from
Jun 18, 2024

Conversation

benthecarman
Copy link
Collaborator

Closes #1225

Anytime we used the FederationIdentity struct we were blocking on getting the gateway fees, which was in list_federations that the frontend would call on startup. Looked throughout the codebase and we never used this gateway_fees value so easiest to just remove it

@TonyGiorgio TonyGiorgio merged commit 746588d into master Jun 18, 2024
9 checks passed
@TonyGiorgio TonyGiorgio deleted the rm-gateway-fees branch June 18, 2024 20:11
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.

Don't block wallet loading on gateway switching
2 participants