Skip to content

Commit

Permalink
missed second signature method
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarnsley committed Nov 14, 2024
1 parent c7b1105 commit b6e04eb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/ViewModels/Concerns/Wallet/HasType.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ public function hasSpecialType(): bool
return true;
}

if ($this->hasSecondSignature()) {
return true;
}

return $this->isOwnedByExchange();
}

Expand Down

0 comments on commit b6e04eb

Please sign in to comment.