You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, as soon as we enable multi-hop routing, the rates should not just reflect the exchange rates but also the fee of forwarding packets. No middle connector would want to forward the packets for free. Hence, we need to update the endpoint to be called RATES_URL again and to change the expected response to be of the form
Context
Currently, Rafiki requires an exchange rates endpoint
EXCHANGE_RATES_URL
, that provides exchange rates in the formatHowever, as soon as we enable multi-hop routing, the rates should not just reflect the exchange rates but also the fee of forwarding packets. No middle connector would want to forward the packets for free. Hence, we need to update the endpoint to be called
RATES_URL
again and to change the expected response to be of the formTodos
EXCHANGE_RATES_URL
toRATES_URL
EXCHANGE_RATES_LIFETIME
toRATES_LIFETIME
The text was updated successfully, but these errors were encountered: