mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-04-27 20:54:46 +00:00
[skip ci] Remove Haven USD hardcode
This commit is contained in:
parent
7ba88699d4
commit
dfcdfd87d1
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue