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
Closes #1225
Anytime we used the
FederationIdentity
struct we were blocking on getting the gateway fees, which was inlist_federations
that the frontend would call on startup. Looked throughout the codebase and we never used thisgateway_fees
value so easiest to just remove it