diff --git a/lib/reactions/on_current_wallet_change.dart b/lib/reactions/on_current_wallet_change.dart
index 270415820..89b096d86 100644
--- a/lib/reactions/on_current_wallet_change.dart
+++ b/lib/reactions/on_current_wallet_change.dart
@@ -66,11 +66,6 @@ void startCurrentWalletChangeReaction(AppStore appStore,
           PreferencesKey.currentWalletType, serializeToInt(wallet.type));
       await wallet.connectToNode(node: node);
 
-      if (wallet.type == WalletType.haven) {
-        settingsStore.fiatCurrency = FiatCurrency.usd;
-        await updateHavenRate(fiatConversionStore);
-      }
-
       if (wallet.walletInfo.address?.isEmpty ?? true) {
         wallet.walletInfo.address = wallet.walletAddresses.address;