MutinyWallet / mutiny-node

SDK behind Mutiny Wallet
https://mutinywallet.com
MIT License
187 stars 36 forks source link

Don't block on gateway fees #1226

Closed benthecarman closed 5 months ago

benthecarman commented 5 months ago

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