dfinity / exchange-rate-canister

The exchange rate canister (XRC) makes use of the HTTP requests feature to provide exchange rates as a service to the IC.
Apache License 2.0
37 stars 10 forks source link

`candid`: Removes `opt` from `GetExhcnageRateResult::Err` field. #125

Closed dfinity-ryancroote closed 1 year ago

dfinity-ryancroote commented 1 year ago

This PR should resolve an issue seen on the IC dashboard. candid.js does not gracefully handle the opt in comparison to Rust and Motoko.