mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-03-06 13:35:55 -05:00

This allows us to use .context instead of .map_err when calling `latest_rate()`. For the static rate module, we simply fill in `Infallible` which is actually better suited because it describes that we are never using this error.