Middle truncate the address even when there's no ENS in Settings > Change / Add Wallet. #4050

pull/4056/head
Krypto Pank 3 years ago
parent 88cb9116e6
commit 5c22e40c25
  1. 2
      AlphaWallet/Settings/ViewModels/SettingsViewModel.swift

@ -12,7 +12,7 @@ struct SettingsViewModel {
if let ensOrWalletName = ensOrWalletName {
return "\(ensOrWalletName) | \(account.address.truncateMiddle)"
} else {
return account.address.eip55String
return account.address.truncateMiddle
}
}

Loading…
Cancel
Save