diff --git a/CHANGELOG.md b/CHANGELOG.md index 35eb22334..eda05a719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ directly impact users rather than highlighting other crucial architectural updat ## [Unreleased] +## 1.2.3 build 3 (2024-11-19) + ### Added - Authentication for the app launch and cold starts after 15 minutes. - Send experience reworked to display a sending screen, followed by transaction result screens. diff --git a/modules/Sources/Dependencies/FlexaHandler/FlexaHandlerLiveKey.swift b/modules/Sources/Dependencies/FlexaHandler/FlexaHandlerLiveKey.swift index c99bedb81..00ca76bfb 100644 --- a/modules/Sources/Dependencies/FlexaHandler/FlexaHandlerLiveKey.swift +++ b/modules/Sources/Dependencies/FlexaHandler/FlexaHandlerLiveKey.swift @@ -154,7 +154,7 @@ private extension FlexaHandlerClient { symbol: "ZEC", balance: zecAmount, balanceAvailable: zecAvailableAmount, - icon: UIImage(named: "zcashZecLogo") + icon: UIImage(named: "zcashZecLogo") ?? UIImage() ) ] )