diff --git a/app/ViewModels/Concerns/Wallet/HasType.php b/app/ViewModels/Concerns/Wallet/HasType.php index b057b9ef6..3d8da50f7 100644 --- a/app/ViewModels/Concerns/Wallet/HasType.php +++ b/app/ViewModels/Concerns/Wallet/HasType.php @@ -37,10 +37,6 @@ public function hasSpecialType(): bool return true; } - if ($this->hasSecondSignature()) { - return true; - } - return $this->isOwnedByExchange(); }