diff --git a/libs/sdk-core/src/breez_services.rs b/libs/sdk-core/src/breez_services.rs index e282b379a..add5a0252 100644 --- a/libs/sdk-core/src/breez_services.rs +++ b/libs/sdk-core/src/breez_services.rs @@ -599,7 +599,7 @@ impl BreezServices { } /// List all supported fiat currencies for which there is a known exchange rate. - /// List is sorted by the canonical name of the currnecy + /// List is sorted by the canonical name of the currency pub async fn list_fiat_currencies(&self) -> SdkResult> { self.fiat_api.list_fiat_currencies().await }